1.背景

我打算运行GitHub上的一个电商项目:https://github.com/macrozheng/mall-admin-web 。

结果在npm install的时候出现了gyp ERR! configure error

2.原因介绍

前端错误之gyp ERR! configure error

通过查找博客发现是缺少[email protected]

npm install [email protected] 安装node-sass

在npm install 发现没有错误了。

前端错误之gyp ERR! configure error

系统可以正常启动了。

前端错误之gyp ERR! configure error

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-18
猜你喜欢
  • 2022-12-23
  • 2022-01-16
  • 2021-12-20
  • 2021-09-20
  • 2022-12-23
  • 2022-12-23
  • 2021-09-24
相关资源
相似解决方案