前端错误之gyp ERR! configure error

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