Closed fwolfst closed 5 years ago
npm install fails. I do not know node and npm, but I assumed it locked down (package-lock.json) a version that was removed or never existed:
npm install
package-lock.json
"resolved": "https://registry.npmjs.org/event-stream/-/event-stream-3.3.6.tgz",
https://www.npmjs.com/package/event-stream lists 3.3.5 as latest version in the 3-branch.
Manually changing the relevant strings (to 3.3.5) and removing the integrity-line from package-lock.json) did do the trick for me, but I doubt that thats the magic node-spell that is usually done.
Ups, wrong repository. Continued at https://github.com/soudis/habidat-user/issues/2
npm install
fails. I do not know node and npm, but I assumed it locked down (package-lock.json
) a version that was removed or never existed:https://www.npmjs.com/package/event-stream lists 3.3.5 as latest version in the 3-branch.
Manually changing the relevant strings (to 3.3.5) and removing the integrity-line from
package-lock.json
) did do the trick for me, but I doubt that thats the magic node-spell that is usually done.