码迷,mamicode.com
首页 > 其他好文 > 详细

npm安装过程的报错

时间:2020-05-15 00:02:59      阅读:240      评论:0      收藏:0      [点我收藏+]

标签:版本问题   alt   and   module   end   图片   ppi   npm   col   

$ npm install px2rem-loader
npm WARN deprecated natives@1.1.6: This module relies on Node.js‘s internals and will break at some point. Do not use it, and update to graceful-fs@4.x.

技术图片之前版本太旧有问题。所以: npm i graceful-fs

 

npm WARN ajv-keywords@3.4.1 requires a peer of ajv@^6.9.1 but none is installed. You must install peer dependencies yourself.

同样是版本问题: npm i ajv  (或者搜下ajv的最新更新方式)

 

npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.13 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.13: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"x64"})

 技术图片

 

npm安装过程的报错

标签:版本问题   alt   and   module   end   图片   ppi   npm   col   

原文地址:https://www.cnblogs.com/CZheng7/p/12891883.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!