-
Sorry for my npm noob question. I want to use the latest path-to-regexp. I created a vue-cli app with vue-router. I found this package was used in vue-router for it's parsing so I figured I could use it for some other code in my project. I can't seem to upgrade passed 0.1.7 I'm assuming because of this dependency. Is there a way to have both versions or to update this? Current dependency tree:
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I had to update manually update my package.json from "^0.1.7" to "^1.7.0" |
Beta Was this translation helpful? Give feedback.
I had to update manually update my package.json from "^0.1.7" to "^1.7.0"
I guess this had nothing to do with this package and all with my ignorance.
I just assumed it would be easier to do from the command line. Case closed.