npm / registry-issue-archive

An archive of the old npm registry issue tracker
https://npm.community
249 stars 47 forks source link

@types/webpack is broken #292

Closed Alexander-Taran closed 6 years ago

Alexander-Taran commented 6 years ago

npm -i @types/webpack results in 404 http not found

related issue on definitely typed: https://github.com/DefinitelyTyped/DefinitelyTyped/issues/24347

sorry if this is the wrong place to report could not find any better

soldair commented 6 years ago

This is a great place to report thanks!

geomorillo commented 6 years ago

I think this is a high priority bug and should be fixed asap please many things are broken

soldair commented 6 years ago

absolutely agree. working on it

aouji commented 6 years ago

As a workaround for dev, I manually downloaded the tar file from https://registry.npmjs.org/@types/webpack/webpack-3.8.8.tgz (removing the -/ from the url) and then copied the contents to node_modules/@types/webpack

soldair commented 6 years ago

very weird that url shouldn't work at all. thanks for the info!

soldair commented 6 years ago

all fixed thank you for your patience!

geomorillo commented 6 years ago

seems like its fixed thanks

Alexander-Taran commented 6 years ago

@soldair would you please share what was it? If possible.