nodecg / express-transform-bare-module-specifiers

Express middleware to transform bare module specifiers on-the-fly.
4 stars 2 forks source link

express-transform-bare-module-specifiers unpublished from npm? #5

Closed neloe closed 3 years ago

neloe commented 3 years ago

When attempting to set up nodecg and running npm install --production as per the documentation, I get the following error:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/express-transform-bare-module-specifiers/-/express-transform-bare-module-specifiers-1.0.2.tgz
npm ERR! 404
npm ERR! 404  'express-transform-bare-module-specifiers@1.0.2' is not in the npm registry.
npm ERR! 404 You should bug the author to publish it (or use the name yourself!)
npm ERR! 404 It was specified as a dependency of 'nodecg'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

Going to the npm page shows that it is no longer on npm.

Is there a plan to republish on npm, or will we need to install it in alternate ways to use nodecg?

Thanks!

jimmy-collazos commented 3 years ago

Package is keep unpublished in npm registry! @MattMcNam @Hoishin @AlexVanCamp can you help?

thanks!

Hoishin commented 3 years ago

Sorry for the trouble. I'm working on it and should be fixed later today

Hoishin commented 3 years ago

new version published as 1.0.4

jimmy-collazos commented 3 years ago

@Hoishin thanks!