error Couldn't find package "negotiator@0.6.2" required by "accepts@~1.3.7" on the "npm" registry.

程城
2023-12-01

问题原因:npm未更新

解决方案:

# linux 系统命令

sudo npm install npm -g

# windows 系统命令

npm install npm -g 

 类似资料: