NuxtN
Nuxt3y ago
abd

Installation failure

I am running the following series of commands:

npx nuxi@latest init <project-name> ✅
cd <project-name> ✅
npm install

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@unhead%2fssr - Not found
npm ERR! 404
npm ERR! 404  '@unhead/ssr@^1.1.26' is not in this registry.
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/user/.npm/_logs/2023-05-15T10_01_21_046Z-debug-0.log


Then my directory structure output looks like this:

  public
   .npmrc
   app.vue
   nuxt.config.ts
   package.json
   README.md
   tsconfig.json


which does not seem correct.

I am using :
npm : 9.5.1
node: v19.8.1
Was this page helpful?