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
I'm encountering an issue when using pkg-pr-new with GitHub Actions, which has been working smoothly in other projects. Specifically, running the following command:
npm error code ENOENT
npm error syscall open
npm error path /home/runner/work/content-model-js/content-model-js/build/croct-content-model-269/merge.tgz
npm error errno -2
npm error enoent ENOENT: no such file or directory, open '/home/runner/work/content-model-js/content-model-js/build/croct-content-model-269/merge.tgz'
npm error enoent This is related to npm not being able to find a file.
npm error enoent
npm error A complete log of this run can be found in: /home/runner/.npm/_logs/2025-03-31T18_14_46_523Z-debug-0.log
Error: npm pack exited with a status of 254.
It appears npm can't locate the merge.tgz file under the specified build path (./build/croct-content-model-269). Any insights or suggestions on resolving this issue would be greatly appreciated!
The text was updated successfully, but these errors were encountered:
I'm encountering an issue when using
pkg-pr-new
with GitHub Actions, which has been working smoothly in other projects. Specifically, running the following command:results in the error below:
It appears
npm
can't locate themerge.tgz
file under the specified build path (./build/croct-content-model-269
). Any insights or suggestions on resolving this issue would be greatly appreciated!The text was updated successfully, but these errors were encountered: