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
$ npm init -y
$ npm install union
npm ERR! code 1
npm ERR! path /home/ANT.AMAZON.COM/calebev/tmp/node_modules/union
npm ERR! command failed
npm ERR! command sh -c npx npm-force-resolutions
npm ERR! npm WARN exec The following package was not found and will be installed: [email protected]
npm ERR! Error: ENOENT: no such file or directory, open './package-lock.json'
This is a bug in npm-force-resolutions, but the issues have been open for a while and the last commit was 3 years ago so I don't think it will be fixed.
union could use npm 8's overrides, or use force-resolutions, or npm-force-resolutions || true.
This is a bug in npm-force-resolutions, but the issues have been open for a while and the last commit was 3 years ago so I don't think it will be fixed.
union
could use npm 8's overrides, or useforce-resolutions
, ornpm-force-resolutions || true
.rogeriochaves/npm-force-resolutions#10
rogeriochaves/npm-force-resolutions#36
rogeriochaves/npm-force-resolutions#66
The text was updated successfully, but these errors were encountered: