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 Jun 6, 2024. It is now read-only.
Hi, I'm getting an error while installing the package as a dependency in a new blank project.
Specifically, it's an issue with the preinstall script in the package.json.
This is the stack trace:
npm ERR! code 1
npm ERR! path /Users/lorenzopieri/Development/Repos/LRNZ09/resume/node_modules/jsonresume-theme-japanese-cv-style
npm ERR! command failed
npm ERR! command sh -c -- npx -qy npm-force-resolutions || npx -q npm-force-resolutions
npm ERR! Error: ENOENT: no such file or directory, open './package-lock.json'
npm ERR! at Object.openSync (node:fs:600:3)
npm ERR! at Object.fs [as readFileSync] (node:fs:468:35)
npm ERR! at npm_force_resolutions$core$node_slurp (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/node_modules/npm-force-resolutions/out/npm_force_resolutions/core.cljs:15:20)
npm ERR! at npm_force_resolutions$core$read_json (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/node_modules/npm-force-resolutions/out/npm_force_resolutions/core.cljs:22:23)
npm ERR! at switch__2144__auto__ (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/node_modules/npm-force-resolutions/out/npm_force_resolutions/core.cljs:151:3)
npm ERR! at /Users/lorenzopieri/.npm/_npx/73b02210abc194ff/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 (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/node_modules/npm-force-resolutions/out/npm_force_resolutions/core.js:648:4)
npm ERR! at cljs.core.async.impl.ioc-helpers/FN-IDX (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/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 (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/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 (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/node_modules/npm-force-resolutions/out/cljs/core/async/impl/ioc_helpers.cljs:39:6)
npm ERR! Error: ENOENT: no such file or directory, open './package-lock.json'
npm ERR! at Object.openSync (node:fs:600:3)
npm ERR! at Object.fs [as readFileSync] (node:fs:468:35)
npm ERR! at npm_force_resolutions$core$node_slurp (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/node_modules/npm-force-resolutions/out/npm_force_resolutions/core.cljs:15:20)
npm ERR! at npm_force_resolutions$core$read_json (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/node_modules/npm-force-resolutions/out/npm_force_resolutions/core.cljs:22:23)
npm ERR! at switch__2144__auto__ (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/node_modules/npm-force-resolutions/out/npm_force_resolutions/core.cljs:151:3)
npm ERR! at /Users/lorenzopieri/.npm/_npx/73b02210abc194ff/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 (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/node_modules/npm-force-resolutions/out/npm_force_resolutions/core.js:648:4)
npm ERR! at cljs.core.async.impl.ioc-helpers/FN-IDX (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/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 (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/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 (/Users/lorenzopieri/.npm/_npx/73b02210abc194ff/node_modules/npm-force-resolutions/out/cljs/core/async/impl/ioc_helpers.cljs:39:6)
npm ERR! A complete log of this run can be found in:
npm ERR! /Users/lorenzopieri/.npm/_logs/2023-01-14T22_17_48_939Z-debug-0.log
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi, I'm getting an error while installing the package as a dependency in a new blank project.
Specifically, it's an issue with the
preinstall
script in thepackage.json
.This is the stack trace:
The text was updated successfully, but these errors were encountered: