You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
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 [email protected]: 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
hey there! so i'm not seeing the same errors with node 18.6 when i run npm install and i checked to see how outdated the packages are and there aren't any major version bumps to the packages for this repo, all just minor versions bumps:
i did a quick search and came across this issue that was opened a little while ago, but may still provide some insights into the error you're seeing: npm/npm#7945
are you on windows/linux/mac?
what version of npm are you using?
do you have truffle globally installed? if so, what version of truffle are you running?
npm install
it output the following as the package.json file in this repo has outdated dependenciesThe text was updated successfully, but these errors were encountered: