andrewbaisden / anime-dashboard-app

An Anime dashboard management application
11 stars 4 forks source link

issues nodes-years when npm install in manga-client #1

Open MarcoPalomo opened 9 months ago

MarcoPalomo commented 9 months ago

Hello, You did a great job. I have this problem installing the modules from the package-lock.json in the manga-client directory :


>manga-client$ npm install 
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/node-years/-/node-years-2.0.14.tgz/yocto-queue/-/yocto-queue-0.1.0.tgz
npm ERR! 404 
npm ERR! 404  'yocto-queue@https://registry.npmjs.org/node-years/-/node-years-2.0.14.tgz/yocto-queue/-/yocto-queue-0.1.0.tgz' 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: /home/computer/.npm/_logs/2024-02-01T03_29_06_320Z-debug-0.log
HassanNdam commented 9 months ago

Hello Marco try using Yarn instead of npm. Try "yarn install" inside the manga-client

andrewbaisden commented 9 months ago

@MarcoPalomo you could also try deleting the package-lock.json file and then trying to run the installation script again.