[Vuejs]-Npm err code 1 when trying npm install on vuejs project

0👍

Solve it in 3 steps

  1. Install python 2.7 from https://www.python.org/downloads/release/python-2716
    Windows x86-64 MSI installer

  2. Add Python Path to environment variables, in my case it was C:\Python27

  3. Run npm cache clean --force && rm -rf node_modules package-lock.json && npm install in vue-material-dashboard folder.

Leave a comment