Error: Cannot find module 'node-fetch' code example
Example 1: error: cannot open .git/FETCH_HEAD: Permission denied
sudo chown -R $(whoami) .git/
Example 2: how to install node fetch
$ npm install node-fetch --save
sudo chown -R $(whoami) .git/
$ npm install node-fetch --save