Skip to content
This repository was archived by the owner on Oct 9, 2023. It is now read-only.

Outdated package.json file #8

@ltfschoen

Description

@ltfschoen
  • 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
npm outdated
npm install -g npm-check-updates
ncu -u
npm update
  • Then I was able to install dependencies
npm install

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions