Closed
Description
Current Behavior:
root@localhost:~/Desktop/fordycoin-miner# npm install node-fetch
npm ERR! Cannot read property 'length' of undefined
npm ERR! A complete log of this run can be found in:
npm ERR! /root/.npm/_logs/2021-02-18T03_45_41_879Z-debug.log
Expected Behavior:
root@localhost:~/Desktop/fordycoin-miner# npm install node-fetch
//and it should continue installing the package
Steps To Reproduce:
Use version 7.5.3
Run 'npm install' with why package including npm
Environment:
- OS: Ubuntu 4.9.117
- Node: 10.19.0
- npm: 7.5.3