Vue reports an error using ‘NPM run dev’
Solution:
execute NPM install webpack-dev-server -D
If the change command fails, install webpack globally first
execute NPM install webpack-cli -g
Vue reports an error using ‘NPM run dev’
Solution:
execute NPM install webpack-dev-server -D
If the change command fails, install webpack globally first
execute NPM install webpack-cli -g