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 ETARGETnpm ERR! notarget No matching version found for memory-fs@^0.5.0npm ERR! notarget In most cases you or one of your dependencies are requestingnpm ERR! notarget a package version that doesn't exist.npm ERR! notargetnpm ERR! notarget It was specified as a dependency of 'enhanced-resolve'npm ERR! notarget
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 )
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
)