How can I fix this?
CodePudding user response:
The node-pre-gyp
is not installed on the PC, installing it with npm install -g node-pre-gyp
command solves the issue.
How can I fix this?
CodePudding user response:
The node-pre-gyp
is not installed on the PC, installing it with npm install -g node-pre-gyp
command solves the issue.