0👍
Solve it in 3 steps
-
Install python 2.7 from https://www.python.org/downloads/release/python-2716 –
Windows x86-64 MSI installer
-
Add Python Path to
environment variables
, in my case it wasC:\Python27
-
Run
npm cache clean --force && rm -rf node_modules package-lock.json && npm install
in vue-material-dashboard folder.
- [Vuejs]-Bootstrap-vue vuejs dynamic async component import
- [Vuejs]-How to change JSON Nested array property "project_id" with "project_name"
Source:stackexchange.com