install npm的error指南

在安装npm时遇到问题,报错提示可能由于npm版本与lockfileVersion不匹配或与nodejs版本不适配。解决方法包括:升级或降级npm版本,确保与package-lock.json兼容;若版本不适配,可直接卸载并重新安装指定版本的nodejs,同时删除相关文件,再进行安装并验证版本。
摘要由CSDN通过智能技术生成

安装npm:

由于需要手机端运行pc上编译的前端进行测试,本小菜鸡要捣鼓npm,结果扑面而来的error~ 以此文章作为记录



npm install遇到的问题

1.Command 'npm' not found, but can be installed with:

输入npm insall之后,报以下提示:

Command 'npm' not found, but can be installed with:

sudo apt install npm

解决方案:

没有安装npm, 输入以下命令进行安装

sudo apt install npm

2.This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!

输入npm insall之后,报以下提示:

npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but package-lock.json was generated for lockfileVersion@2. I'll try to do my best with it!

> canvas@2.8.0 install /home/root/..../node_modules/canvas
> node-pre-gyp install 
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

Silversonja

你的鼓励将是我创作的最大动力

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值