mikehardy/jetifier

npx jetify - npm registry fails

rborn opened this issue ยท 6 comments

rborn commented

Hi,

I just started to get this (I call npx jetify), any ideas?

Not Found - GET https://registry.npmjs.org/jetify - Not found

Thank you ๐Ÿ˜

Hey @rborn jetify is actually an alias, the package is officially 'jetifier', npx jetify will work once it is installed in a project because we make a node_modules/.bin/jetify link but will not work otherwise

Can you confirm that information makes sense in the context of the failure you see?

rborn commented

mmm, something happened with my project then, the link is not there...
I'll investigate and update you.
Thanks

Very strange. npx jetifier is the canonical name for it to encode in places, we just put in the syntactic sugar jetify because so many people wanted to refer to it in verb form. I'll see what you find :-)

rborn commented

Ok, so npm install --save-dev jetifier added the symlink, but npm install doesn't ๐Ÿฅบ

rborn commented

So old magic rm package-lock.json && rm node_modules did the trick ๐Ÿคฆโ€โ™‚๏ธ
Sorry for the mess ๐Ÿ˜ž

It's all just a house of cards, waiting for the wind to blow ๐Ÿ˜… - Cheers