I'm trying to update an Astro project from months ago, using both the npx "<@&1055234544183287879>/upgrade" and "npm i" commands.
This is my astro dependencies with Astro version:
"dependencies": {
"<@&1055234544183287879>/sitemap": "^2.0.1",
"astro": "^4.5.12"
}
These are the kinds of errors it is giving:
C:\Users\ciapp\OneDrive\Documentos\OQVA GitHub\OQVA-Astro>npm i
npm warn cleanup Failed to remove some directories [
npm warn cleanup [
npm warn cleanup 'C:\Users\ciapp\OneDrive\Documentos\OQVA GitHub\OQVA-Astro\node_modules',
npm warn cleanup [Error: EPERM: operation not permitted, rmdir 'C:\Users\ciapp\OneDrive\Documentos\OQVA GitHub\OQVA-Astro\node_modules\astro\dist\runtime\client\dev-toolbar'] {
npm warn cleanup errno: -4048,
npm warn cleanup code: 'EPERM',
npm warn cleanup syscall: 'rmdir',
npm warn cleanup path: 'C:\Users\ciapp\OneDrive\Documentos\OQVA GitHub\OQVA-Astro\node_modules\astro\dist\runtime\client\dev-toolbar'
npm warn cleanup }
npm warn cleanup ]
npm warn cleanup ]
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/rollup/-/rollup-4.13.2.tgz - Not found
npm error 404
npm error 404 'rollup@https://registry.npmjs.org/rollup/-/rollup-4.13.2.tgz' is not in this registry.
npm error 404
npm error A complete log of this run can be found in: C:\Users\ciapp\AppData\Local\npm-cache_logs\2024-12-08T18_46_19_831Z-debug-0.log
C:\Users\ciapp\OneDrive\Documentos\OQVA GitHub\OQVA-Astro>npx <@&1055234544183287879>/upgrade
npm error code E404
npm error 404 Not Found - GET https://registry.npmjs.org/@astrojs%2Fupgrade - Not found
npm error 404
npm error 404 '<@&1055234544183287879>/upgrade@*' is not in this registry.
npm error 404
npm error A complete log of this run can be found in: C:\Users\ciapp\AppData\Local\npm-cache_logs\2024-12-08T18_46_39_345Z-debug-0.log