mac笔记本运行npm install报错gyp ERR! configure error错误是什么原因,下面编程教程网小编给大家详细介绍一下!
错误提示:
gyp ERR! configure error
gyp ERR! stack Error: EACCES: permission denied, mkdir '/var/www/project_name/node_modules/node-sass/build'
gyp ERR! System Linux 4.4.0-1065-aws
gyp ERR! command "/usr/local/bin/node" "/var/www/project_name/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "-libsass_library="
gyp ERR! cwd /var/www/front-stormsensor/node_modules/node-sass
gyp ERR! node -v v8.11.4
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1
解决方法:
sudo npm i --unsafe-perm
以上是编程学习网小编为您介绍的“mac笔记本运行npm install报错gyp ERR! configure error错误解决方法”的全面内容,想了解更多关于 vuejs 内容,请继续关注编程基础学习网。
沃梦达教程
本文标题为:mac笔记本运行npm install报错gyp ERR! configure error错误解决方法
基础教程推荐
猜你喜欢
- html+css实现响应式卡片悬停效果 2024-01-22
- vue开发如何将对象转换成字符串 2025-01-17
- 将编码从GB2312转成UTF-8的方法汇总(从前台、程序、数据库) 2023-12-03
- php – nginx – 重写或内部重定向循环,同时内部重定向到“/index.html” 2023-10-29
- js判断当前页面在移动设备还是在PC端中打开 2024-01-04
- 常用正则表达式汇总(数字匹配/字符匹配/特殊匹配) 2022-10-10
- html网页引入svg图片的4种方式 2022-09-21
- 如何获取window.print()打印回调事件 2024-12-09
- vuejs项目如何对input做正则校验 2025-01-18
- CSS3弹性盒模型开发笔记(一) 2023-12-22