-
I am trying to update the vitepress version `// package.json { I've tried npm update vitepress But the version in package.json is still the same How can I update it? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
npm update does not work like that. You either need to manually specify the version, something like |
Beta Was this translation helpful? Give feedback.
-
get a try ~ https://github.com/antfu/taze !
|
Beta Was this translation helpful? Give feedback.
npm update does not work like that. You either need to manually specify the version, something like
"vitepress": "latest"
or use something like npm-check-updates or taze.