node.js - The command line npm install package keeps reporting errors. Can anyone help me take a look? The configuration file has been written.
仅有的幸福
仅有的幸福 2017-05-16 13:30:07
0
3
674


This is a screenshot of the configuration file

This is a screenshot of the error report

仅有的幸福
仅有的幸福

reply all(3)
phpcn_u1582

Based on the answer on the first floor. First of all, why do your dependencies have two identical attributes.
That means you are missing node-gyp, a dependency package that parses C++ code. You need to first npm install node-gyp --save-dev to install the dependencies.

巴扎黑

Install node-gpy, and then use node-gpy rebuild to install the dependency, thinking that this dependency is not developed with js, but uses native code developed in C++.

PHPzhong

Hello, can you be more specific? I don’t quite understand how I should write it

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template