npm WARN npm npm does not support Node.js v9.1.0

前端 未结 17 2226
不思量自难忘°
不思量自难忘° 2020-12-05 09:28

I updated to the latest node v9.1.0 and now npm doesn\'t work.

npm WARN npm npm does not support Node.js v9.1.0

17条回答
  •  余生分开走
    2020-12-05 09:58

    Had similar issue in ubuntu, below helped solving it.

    1. Remove existing versions of npm and node:

      sudo apt --auto-remove purge npm
      sudo apt --auto-remove purge nodejs
      
    2. Re-install node

提交回复
热议问题