tomastrajan / angular-ngrx-material-starter

Angular, NgRx, Angular CLI & Angular Material Starter Project
https://tomastrajan.github.io/angular-ngrx-material-starter
MIT License
2.83k stars 917 forks source link

websocket-driver version 0.7.2 has been deleted, breaking npm install process #471

Closed craigchandler closed 5 years ago

craigchandler commented 5 years ago

Minimal reproduction of the bug with instructions:

websocket-driver version 0.7.2 has been deleted, the current package setup will not install I manually edited package-lock.json to get it going, i'm sure there is a better way

Expected behavior:

npm install should run cleanly

Other information:

Here's the edit i made to package-lock.json

"websocket-driver": { "version": "0.7.3", "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.3.tgz", "integrity": "sha512-bpxWlvbbB459Mlipc5GBzzZwhoZgGEZLuqPaR0INBGnPAY1vdBX6hPnoFXiw+3yWxDuHyQjO2oXTMyS8A5haFg==", "dev": true, "requires": { "http-parser-js": ">= 0.4.0, < 0.4.11", "safe-buffer": ">= 5.1.0", "websocket-extensions": ">= 0.1.1" } },

I would be willing to submit a PR to fix this issue:

[ ] Yes (Assistance is provided if you need help submitting a pull request)
[ ] No

IssaGithub commented 5 years ago

Same here: 'websocket-driver@0.7.2' is not in the npm registry.

mingoal commented 5 years ago

delete package-lock.json then npm install works for me