Error running vue:
Error while running task E:\ vue \cistudy-frontend:serve with message ‘spawn’ vue-cli-service ENOENT ‘
The solution is as follows:
re-import the project in the vue visual interface will prompt the lack of “node_modules dependency”. The previous choice was still to import, this time choose to install the node_modules dependency and then import, the installation steps are as follows:
- in CMD into the project directory (this is very important!!
- execute NPM install
- re-import in the visualization panel.