You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// package.json
devDependencies: {
"@vueuse/nuxt": "^8.7.4",
"testpackage": "0.0.1"
}
// terminal
taze major
› - 1 patch
@vueuse/nuxt dev ~9d ^8.7.4 → ^8.7.5 ~5d
ERROR
> testpackage not found
Run taze -w to write package.json
taze -w
› - 1 patch
@vueuse/nuxt dev ~9d ^8.7.4 → ^8.7.5 ~5d
ERROR
> testpackage not found
ℹ changes wrote to package.json, run npm i to install updates.
taze major
dependencies are already up-to-date
When I run taze -w to update the versions of all packages in the package, and run taze major again, taze can no longer find the non-existent test package I wrote in the package.
The text was updated successfully, but these errors were encountered:
When I run taze -w to update the versions of all packages in the package, and run taze major again, taze can no longer find the non-existent test package I wrote in the package.
The text was updated successfully, but these errors were encountered: