danieljoppi / node-linkedin-scraper2

A simple linkedin profile scraper for nodejs
MIT License
19 stars 10 forks source link

npm install is broken #6

Closed soroushm closed 6 years ago

soroushm commented 6 years ago

npm installing waiting and didn't finish

soroushm commented 6 years ago

solution:

1 ) Remove node_module directory try again $ npm i

2 ) Remove node_module directory $ npm cache clean $ npm i

3 ) Remove node_module directory $ npm cache clean $ npm prune $ npm i

Good Luck