Steps to reproduce: I run vue init webpack myapp
with options selected as per screenshot.
Then I got ouput as follows:
npm run dev
works fine when I don't do npm audit fix --force
or npm install --save-dev [email protected]
and npm install --save-dev [email protected]
which I get with npm audit
When I got fixed and run npm run dev
, not it's giving errors
Then I run npm i -D webpack-cli
as recommended in the output.
But now I have the following error when running npm run dev
Can't figure how to fix this issue...
The issue is with the webpack-dev-server which shouldn't be used in production, so it's generally safe to have a vulnerability in this (until dependent packages update to support version 3.1)
npm install -D [email protected]
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With