webpack / memory-fs

[DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.
MIT License
882 stars 88 forks source link

No matching version found for memory-fs@^0.5.0 #71

Open skyburrafatom opened 5 years ago

skyburrafatom commented 5 years ago

Hello, since the last commit of yesterday, I have problems deploying with the updated dependencies: when I try to do npm install, I get this error:

npm ERR! code ETARGET npm ERR! notarget No matching version found for memory-fs@^0.5.0 npm ERR! notarget In most cases you or one of your dependencies are requesting npm ERR! notarget a package version that doesn't exist. npm ERR! notarget npm ERR! notarget It was specified as a dependency of 'enhanced-resolve' npm ERR! notarget

TBH I'm not sure why I have this issue, since enhanced-resolve removed this dependency months ago; and TBH I have neither memory-fs nor enhanced-resolve among my dependencies, it is deeply nested.

npm seems to have the updated version of the package (0.5.0); at the moment I solved the issue manually installing the package ( npm install https://github.com/webpack/memory-fs/tarball/v0.5.0 )

bielcapanema commented 5 years ago

same here.