This repository was archived by the owner on Oct 9, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Outdated package.json file #8
Copy link
Copy link
Open
Description
- After installing Node.js 18.6 LTS, when I ran
npm install
it output the following as the package.json file in this repo has outdated dependencies
root@ink:/app/dapps/evm/flipper# npm install
npm WARN deprecated testrpc@0.0.1: testrpc has been renamed to ganache-cli, please use this package from now on.
npm ERR! code ECONNRESET
npm ERR! network aborted
npm ERR! network This is a problem related to network connectivity.
npm ERR! network In most cases you are behind a proxy or have bad network settings.
npm ERR! network
npm ERR! network If you are behind a proxy, please make sure that the
npm ERR! network 'proxy' config is set properly. See: 'npm help config'
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2023-06-20T04_24_15_857Z-debug-0.log
- To fix it I had to run the following to update all dependencies in package.json to new major version. I think this command should be used in this repo, or use https://github.com/dependabot/dependabot-core
npm outdated
npm install -g npm-check-updates
ncu -u
npm update
- Then I was able to install dependencies
npm install
Metadata
Metadata
Assignees
Labels
No labels