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

前端 未结 5 689
孤城傲影
孤城傲影 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:25

    Well, I used --save-dev and installed it not globally or using -g, the main problem occurs while you want it to write on default node_modules folder.

    It solved my problem after 4 hours of checking multiple issues.

    I even suggest you to use the npm init and make a package.json for a better dependency checking and then run npm install afterward. this video helps you for this https://www.youtube.com/watch?v=rTsz09zRuTU

提交回复
热议问题