th0rgall posted a new question
youch •
Hi, on npm install
this package can't be found in the registry anymore:
npm install @nuxtjs/youch
results in
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@nuxtjs%2fyouch - Not found
npm ERR! 404
npm ERR! 404 '@nuxtjs/[email protected]' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.
This happens both on my local machine and a Heroku CI machine.
Also here the package can't be found:
https://codesandbox.io/s/eager-microservice-k9bzz?fontsize=14&hidenavigation=1&theme=dark
My local config:
node: 8.17.0
npm: 6.13.4
The same Not found issue seems to exist for:
Those are the @nuxtjs plugins used in my project.
mrmartineau posted a new question
youch •
Just like the title says: What is the difference between this project and poppinss/youch? It seems poppinss/youch is more up-to-date but I have used this one without any problems..
gsotelo10 posted a new question
youch •
How can I omit youch ?
I tried to do everything possible and it is not solved.
I have node v8.11.1 and npm 6.0.0.
I tried to instal nuxt 1.0.0 and neither could.
I tried to instal for separate youch and the version that was installed 2.0.7.
Still doesn't work
JaleelNazir posted a new question
youch •
Hello any help for this.
I'm doing app by Nuxt. I want to monitor all errors and server crash. Help me to how to do it.