We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
when I want to use susi-rali in a project I got:
$ npm install [email protected] npm ERR! code 1 npm ERR! path (...)\node_modules\susi-rali npm ERR! command failed npm ERR! command C:\WINDOWS\system32\cmd.exe /d /s /c npm-force-resolutions npm ERR! Error: ENOENT: no such file or directory, open './package-lock.json' npm ERR! at Object.openSync (node:fs:585:3) npm ERR! at Object.fs [as readFileSync] (node:fs:453:35) npm ERR! at npm_force_resolutions$core$node_slurp ((...)\Roaming\npm\node_modules\npm-force-resolutions\out\npm_force_resolutions\core.cljs:15:20) npm ERR! at npm_force_resolutions$core$read_json ((...)\Roaming\npm\node_modules\npm-force-resolutions\out\npm_force_resolutions\core.cljs:22:23) npm ERR! at switch__2144__auto__ ((...)\Roaming\npm\node_modules\npm-force-resolutions\out\npm_force_resolutions\core.cljs:151:3) npm ERR! at (...)\Roaming\npm\node_modules\npm-force-resolutions\out\npm_force_resolutions\core.cljs:151:3 npm ERR! at npm_force_resolutions$core$update_package_lock_$_state_machine__2145__auto____1 ((...)\Roaming\npm\node_modules\npm-force-resolutions\out\npm_force_resolutions\core.js:648:4) npm ERR! at cljs.core.async.impl.ioc-helpers/FN-IDX ((...)\AppData\Roaming\npm\node_modules\npm-force-resolutions\out\npm_force_resolutions\core.js:664:88) npm ERR! at cljs.core.async.impl.ioc-helpers/run-state-machine ((...)\Roaming\npm\node_modules\npm-force-resolutions\out\cljs\core\async\impl\ioc_helpers.cljs:35:23) npm ERR! at cljs$core$async$impl$ioc_helpers$run_state_machine_wrapped ((...)\Roaming\npm\node_modules\npm-force-resolutions\out\cljs\core\async\impl\ioc_helpers.cljs:39:6)
I suspect npm-force-resolutions to no work because the dependency of susi-rali is empty?
npm-force-resolutions
maybe related issue: rogeriochaves/npm-force-resolutions#36
will try to use npx force-resolutions instead of npx npm-force-resolutions
npx force-resolutions
npx npm-force-resolutions
The text was updated successfully, but these errors were encountered:
fdf2dbe
ok : able to install 0.2.1 :) : special thanks to @angelogiuseppe 👍
Sorry, something went wrong.
boly38
No branches or pull requests
when I want to use susi-rali in a project I got:
I suspect
npm-force-resolutions
to no work because the dependency of susi-rali is empty?maybe related issue: rogeriochaves/npm-force-resolutions#36
will try to use
npx force-resolutions
instead ofnpx npm-force-resolutions
The text was updated successfully, but these errors were encountered: