tcoopman / image-webpack-loader

Image loader module for webpack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install due to @nodelib/fs.stat@^2.0.2 not being in the npm registry

leoncvlt opened this issue · comments

As the title says, when running npm install image-webpack-loader --save-dev I get the following error:

npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@nodelib%2ffs.stat - Not found
npm ERR! 404
npm ERR! 404  '@nodelib/fs.stat@^2.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 'fast-glob'
npm ERR! 404
npm ERR! 404 Note that you can also install from a
npm ERR! 404 tarball, folder, http url, or git url.

No idea why this is happening since https://www.npmjs.com/package/@nodelib/fs.stat seems to be alive and kicking

Weirdly enough, I tried again today and it went through. No changes in my network / proxy configuration... must have been a hitch.