vue-admin
vue-admin copied to clipboard
Problem in Installation after the repository was cloned
Hello,
I'm trying to use the command npm install
after I've successfully cloned the project but I encounter these errors.
View full logs:
1256 error Failed at the [email protected] postinstall script.
looks like you have an error during installing node-sass. try googling it, I had same problem some time ago, it was problem with gyp and Microsoft Visual C++
Did you find any solution for you problem ? @deanilvincent
@deanilvincent @achrefomrani have you tried using a lower version of node/npm? This happens to me when I upgraded my node to 9.6.1. When I reverted back to 6.9.1 (using nvm), everything works.