问答详情
源自:6-1 剖析Grunt - plugins(一)

老师,为何你的npm install -g 可以不用sudo

。。。每个都要加sudo,而且网上找,也没找到,老师如果知道的话,麻烦给个关键词活着网址,可以吗?


提问者:Nunn 2015-01-17 01:27

个回答

  • Materliu
    2015-01-22 21:41:17
    已采纳

    为当前账户添加node_modules目录读写权限即可。

    sudo chown -R $(whoami) ~/.npm



  • 慕粉2125325198
    2017-03-07 18:47:36

    老师,Module parse failed: /Users/anbanglee/Desktop/05-1/node_modules/antd/dist/antd.css Unexpected token (14:4)
    You may need an appropriate loader to handle this file type.
    |  *    IE on Windows Phone and in iOS.
    |  */
    | html{
    |   font-family: sans-serif;
    |   /* 1 */
     @ ./js/root.js 21:0-29

    这是怎么回事