随笔分类 - npm
npm随笔
node-sass 安装报错问题(Failed at the node-sass@4.14.1 postinstall script)
摘要:在npm install安装项目依赖包时报错 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.14.1 postinstall: `node scripts/build.js` npm ERR! Exit status 1
阅读全文
npm常用命令(查询更新卸载)
摘要:1,npm更新、卸载 - 查看帮助命令 npm help - 检查包是否已经过时 npm outdated - 更新node模块 npm update 模块名 npm update 模块名 @版本号 更新到指定版本 npm update 模块名 @latest - 卸载node模块 npm unin
阅读全文