I'm an MS in Computer Science grad student emphasizing in Cyber Security. I'm working on a series of online web development courses where best practices and security are at the forefront of design.
Education
Bachelor's Computer Science, Currently in MS in Computer Science
I had to force with to upgrade too since I was getting the following error otherwise.
Error: Cannot find module 'acorn/dist/walk'
Turns out with was using acorn but they dropped that dependency back in 2016 but whatever was pulling in with was using an old version. So the newer version of with uses babel instead of acorn.
For further actions, you may consider blocking this person and/or reporting abuse
We're a place where coders share, stay up-to-date and grow their careers.
I'm not sure what your error with Vue is; but I used the following resolutions to fix the security issue.
I had to force
withto upgrade too since I was getting the following error otherwise.Turns out
withwas usingacornbut they dropped that dependency back in 2016 but whatever was pulling inwithwas using an old version. So the newer version ofwithusesbabelinstead ofacorn.