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
- add `--package-lock-only` to `npm install` command
- fix default value for `lockfile_version` in `entrypoint.sh`
Signed-off-by: Robin Quintero <[email protected]>
- add `--package-lock-only` to `npm install` command
- fix default value for `lockfile_version` in `entrypoint.sh`
Signed-off-by: Robin Quintero <[email protected]>
When running the makeNodeJsLock script with the following command:
m github:fluidattacks/[email protected] /utils/makeNodeJsLock 21 "${package_json_dir}" 2
The following warnings are produced:
npm WARN invalid config lockfile-version="" set in command line options
npm WARN invalid config Must be one of: null, 1, 2, 3
Additionally, when removing the last parameter:
m github:fluidattacks/[email protected] /utils/makeNodeJsLock 21 "${package_json_dir}"
The following error is encountered:
make-node-js-lock: line 79: 3: unbound variable
This issue needs to be addressed to ensure the correct execution of the script.
The text was updated successfully, but these errors were encountered: