Home > database >  NPM error installing Onboard.js package on Windows
NPM error installing Onboard.js package on Windows

Time:09-27

I am trying to install enter image description here

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.

  • Related