DEV Community

coolqa
coolqa

Posted on

Answer: Error with npm install - a pre-gyp error

I solved this issue by typing the following:

 npm install grpc --save
 npm install node-pre-gyp --save

Top comments (0)