nuxt-community / adonuxt-template

[Deprecated] Starter template for Nuxt.js with AdonisJS.
451 stars 61 forks source link

adonis new --blueprint nuxt-community/adonuxt-template myproject command is not working #94

Closed hkmsadek closed 6 years ago

hkmsadek commented 6 years ago

Whenever I am trying to install a project it is not installing the project dependencies via npm install.

This is the error I get http://prntscr.com/ind29r `// __,_|_/|| |||/___/|___/

[1/6] 🔬 Requirements matched [node & npm] [2/6] 🔦 Ensuring project directory is clean [myproject] [3/6] 📥 Cloned [nuxt-community/adonuxt-template] [4/6] ❌ Installation failed

ERROR Command failed: npm install npm WARN registry Unexpected warning for https://registry.npmjs.org/: Miscellaneous Warning EINTEGRITY: sha512-gckyXwSkfWCWF3y3D5qkG9Ls4U9ITsDzmsVp9uzUS8M1j+e2yVPiBs5G6AedOIy766xJ+dkgpYCNX2ZzXlBpTA== integrity checksum failed when using sha512: wanted sha512-gckyXwSkfWCWF3y3D5qkG9Ls4U9ITsDzmsVp9uzUS8M1j+e2yVPiBs5G6AedOIy766xJ+dkgpYCNX2ZzXlBpTA== but got sha512-cBFNcNgihbi+F13nJY5nUS37z25b1EkSRXzUv/tKd/6ZOjYXSlec9iOFbfdh1Q/FdvjG9LMjegLlXH94K2zgNA==. (27713 bytes) npm WARN registry Using stale package data from https://registry.npmjs.org/ due to a request error during revalidation. npm ERR! code EINTEGRITY npm ERR! errno EINTEGRITY npm ERR! Invalid response body while trying to fetch https://registry.npmjs.org/cross-env: Integrity verification failed for sha512-gckyXwSkfWCWF3y3D5qkG9Ls4U9ITsDzmsVp9uzUS8M1j+e2yVPiBs5G6AedOIy766xJ+dkgpYCNX2ZzXlBpTA== (C:\Users\JOKER\AppData\Roaming\npm-cache_cacache\content-v2\sha512\81\c9\325f04a47d6096177cb70f9aa41bd2ece14f484ec0f39ac569f6ecd44bc3358fe7b6c953e206ce46e8079d388cbbebac49f9d920a5808d5f66735e50694c)

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\JOKER\AppData\Roaming\npm-cache_logs\2018-03-05T23_53_01_936Z-debug.log

HELP You can manually install dependencies by running npm install`

This question is available on Nuxt.js community (#c75)
hkmsadek commented 6 years ago

Sorry, it was npm problem. I just cleared the cached and it worked.