码迷,mamicode.com
首页 > 其他好文 > 详细

Error: EACCES: permission denied, mkdir '......node-sass/build'错误解决方案

时间:2018-08-29 14:36:22      阅读:454      评论:0      收藏:0      [点我收藏+]

标签:csdn   local   blog   nsa   资料   conf   man   gyp   ...   

安装node-sass时出现一下错误:

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 node-sass --unsafe-perm --save-dev

成功安装node-sass

 

转自 https://blog.csdn.net/u010963686/article/details/80675240

Error: EACCES: permission denied, mkdir '......node-sass/build'错误解决方案

标签:csdn   local   blog   nsa   资料   conf   man   gyp   ...   

原文地址:https://www.cnblogs.com/justsilky/p/9552635.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!