-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm audit #16
Comments
See if an ‘npm audit —fix’ takes care of it. If so feel free to submit a PR. Thanks! |
OK so i took a stab at this. Looks like the audit fix will cause a mismatch in vue.js versions: Steps i took:
Ran the project:
I now get the following error: The first thing i tried after this, was to update nuxt.js
I got the same mismatch error after this as well. |
ok, I got this fixed. I tried to open a pull request but it said i dont have permission. Here are the steps i did to fix:
According to this, just need to lock down the versions of vue and the server renderer: Side note - Running this on linux gave me some errors due to too many watchers. Not sure if thats my system or the code. |
thanks @marioedgar for the work on this. Updated and specified the vue and vue-server-renderer in this commit: 1dd1922 |
Im see security vulnerabilities on npm install:
The text was updated successfully, but these errors were encountered: