Page MenuHomePhabricator
Paste P13372

(An Untitled Masterwork)
ActivePublic

Authored by Dzahn on Nov 23 2020, 8:26 PM.
Tags
None
Referenced Files
F33923435: raw-paste-data.txt
Nov 23 2020, 8:26 PM
Subscribers
None
Things done on testreduce1001 to fix 'npm install' in /srv/parsoid.
https://stackoverflow.com/questions/50522376/npm-install-hangs-on-loadidealtreeloadalldepsintoidealtree-sill-install-loadid
sudo npm config set registry http://registry.npmjs.org/ --global
sudo npm cache clear --force
/srv/parsoid-testing] $ rm package-lock.json
sudo npm config set proxy http://webproxy.eqiad.wmnet:8080 --global
sudo npm config set https-proxy http://webproxy.eqiad.wmnet:8080 --global
^ all of these can be done with sudo and --global or without sudo for the current user.