creativetimofficial / argon-dashboard-nodejs

MIT License
144 stars 291 forks source link

Problem with NPM Install in root directory #2

Open Raajheer1 opened 5 years ago

Raajheer1 commented 5 years ago

When I run npm install in the file directory I get a few package downloads followed by a couple of errors see attached log. 2019-05-22T14_12_04_887Z-debug.log

vnadai commented 5 years ago

I'm same problem.. go to other template

sapanburman commented 5 years ago

you can try installing node-pre-gyp with sudo and --unsafe-perm

sudo npm install node-gyp or sudo npm install node-gyp --unsafe-perm

PrabhuVignesh commented 2 years ago

Any Update on this, Same issue!