美文网首页ionic4移动混合开发框架--学习笔记
mac下npm install安装依赖的时候报错gyp ERR!

mac下npm install安装依赖的时候报错gyp ERR!

作者: 淋雨一直走YH | 来源:发表于2018-11-03 21:53 被阅读369次

    gyp ERR! configure error 

    gyp ERR! stack Error: EACCES: permission denied, mkdir '/Users/zhang/Documents/data_insight_yinzhou/data_insight_yinzhou/node_modules/node-sass/build'

    gyp ERR! System Darwin 17.6.0

    gyp ERR! command "/usr/local/bin/node" "/Users/zhang/Documents/data_insight_yinzhou/data_insight_yinzhou/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="

    gyp ERR! cwd /Users/zhang/Documents/data_insight_yinzhou/data_insight_yinzhou/node_modules/node-sass

    gyp ERR! node -v v10.1.0

    gyp ERR! node-gyp -v v3.6.2

    gyp ERR! not ok 

    增加--unsafe-perm,即

    sudo npm install --unsafe-perm

    相关文章

      网友评论

        本文标题:mac下npm install安装依赖的时候报错gyp ERR!

        本文链接:https://www.haomeiwen.com/subject/rntdtqtx.html