You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.
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
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 )
The text was updated successfully, but these errors were encountered:
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
)The text was updated successfully, but these errors were encountered: