
node.js
Dongguabai
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
npm报错 This is probably not a problem with npm,there is likely additional logging output above可能的原因
1 npm WARN Local package.json exists, but node_modules missing, did you mean to install? 解决方法: 输入npm install 或 cnpm install 后,再次启动 npm run dev 成功启动! 2 10% building 8/9 modules 1 active …web.0.9.2\node_modules\lodash\lodash.jsevents.js:183 Error: ge转载 2020-07-02 09:30:14 · 2907 阅读 · 0 评论 -
Windows 安装 Node.js
下载安装 进入 Node.js 官网:https://nodejs.org/en/ 选择大多数用户使用的: 运行: 后面的全部为 next 即可: 至此 Node.js 已经安装完成,可以先进行下简单的测试安装是否成功: node -v 查看 node 版本 npm -v 查看 npm 版本 安装完成后的目录: 环境配置 此处的环境配置主要配置的是 np...原创 2018-11-26 16:10:31 · 253 阅读 · 0 评论 -
使任何网页成为桌面应用程序
使用 nativefier 这个开源框架(GitHub 地址:https://github.com/jiahaog/nativefier#installation) 如果没有安装 Node.js 的需要安装 Node.js 环境(参看:https://blog.csdn.net/Dongguabai/article/details/84547337)。 安装 环境要求: Node.js &...原创 2018-11-26 16:48:46 · 1172 阅读 · 0 评论