nodejs和npm版本不匹配:ERROR: npm is known not to run on Node.js v10.16.2

以往的版本 | Node.js

报错:ERROR: npm is known not to run on Node.js v10.16.2

原因:卸载node会卸载不干净,需要手动删除npm相关文件夹,如下图:

nodejs和npm版本不匹配:ERROR: npm is known not to run on Node.js v10.16.2_第1张图片

 然后根据自己的node版本来更新npm 版本
npm -g install [email protected]

你可能感兴趣的:(vue,npm,node.js,前端)