vcard-creator icon indicating copy to clipboard operation
vcard-creator copied to clipboard

0.7.0 Upgrade issue

Open calumy opened this issue 8 months ago • 0 comments

Expected Behavior

When running npm --prefix application_name ci vcard-creator should install.

This behaviour worked as expected with v0.6.0 but not v0.7.0.

Actual Behavior

npm error code 254
npm error path /root/projects/repo/application_name/node_modules/vcard-creator
npm error command failed
npm error command sh -c npx only-allow pnpm
npm error npm error code ENOENT
npm error npm error syscall lstat
npm error npm error path /root/projects/repo/application_name/frontend/lib
npm error npm error errno -2
npm error npm error enoent ENOENT: no such file or directory, lstat '/root/projects/repo/application_name/lib'
npm error npm error enoent This is related to npm not being able to find a file.
npm error npm error enoent

Steps to Reproduce

Run npm --prefix application_name ci in the parent directory from where the package.json is located.

Your Environment

npm --version
10.7.0

node --version v22.2.0

Please let me know if there are any further details that would be useful.

calumy avatar Jun 20 '24 10:06 calumy