npm WARN checkPermissions Missing write access to /usr/local/lib/node_modules

前端 未结 5 661
孤城傲影
孤城傲影 2020-12-23 22:46

I am trying to install monaca with this command.

npm install -g monaca

But right after getting these errors:



        
5条回答
  •  时光说笑
    2020-12-23 23:47

    An inadvisable way to fix the issue would be to use sudo:

    sudo npm install -g monaca
    

    However it would be better to find a way around this without using sudo.

    npm install -g less does not work

提交回复
热议问题