benmarten / CryptoETF

Portfolio Overview Tool for Your CryptoCoin Capitalization-Weighted Portfolio.
Apache License 2.0
397 stars 77 forks source link

Trouble installing pinkie-promise not found #27

Closed h6y3 closed 6 years ago

h6y3 commented 6 years ago
npm ERR! code E404
npm ERR! 404 Not Found: pinkie-promise@https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz

I believe it has to do with this:

https://github.com/floatdrop/pinkie-promise/issues/4

benmarten commented 6 years ago

Just tested it, works for me. What node version are u on?

benmarten commented 6 years ago

Try to remove node_modules and run npm install, or alternatively yarn install again ;)

benmarten commented 6 years ago

This might be related: http://blog.npmjs.org/post/169432444640/npm-operational-incident-6-jan-2018

h6y3 commented 6 years ago

Cool - let me give it a shot, I'll let you know but assume it is fixed (hopefully).