npm registry package not found

Solutions on MaxInterview for npm registry package not found by the best coders in the world

showing results for - "npm registry package not found"
Bethan
16 Jan 2017
11- node uninstall and install latest version
22- run command in main directory and project 
3  npm config set registry http://registry.npmjs.org
4
5
63-  Run THis Command in project directoy or main directory
7   npm -g install npm
8   npm cache clean -f
9   
104- again install npm i in project directory
11    npm install -g n
12
135- again install package