npm: “Cannot find module internal/errors”

前端 未结 3 867
别跟我提以往
别跟我提以往 2021-02-19 11:50

On a MacBook with the latest version of NodeJS, I am trying to update npm:

npm install npm@latest

The error message is:

npm ERR         


        
3条回答
  •  情深已故
    2021-02-19 12:03

    Try to reinstall npm from the package in node v6.11.3LTS, and then

    try to update to the latest npm v5.4.2

    npm install npm@latest -g

    and then update to the latest node v8.3.0

    npm install node@latest -g

提交回复
热议问题