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
Hi, I'm having an error using Semantic Release, which seems to indicate that the pkgRoot variable is not being picked up:
npm ERR! code ENOENT
npm ERR! syscall open
npm ERR! path /builds/squint-nyc/bootstrap-in-a-snap/package.json
npm ERR! errno -2
npm ERR! enoent ENOENT: no such file or directory, open '/builds/squint-nyc/bootstrap-in-a-snap/package.json'
npm ERR! enoent This is related to npm not being able to find a file.
My folder structure (relative to /builds/squint-nyc/bootstrap-in-a-snap/) is as follows:
Hi, I'm having an error using Semantic Release, which seems to indicate that the pkgRoot variable is not being picked up:
My folder structure (relative to /builds/squint-nyc/bootstrap-in-a-snap/) is as follows:
And here is my releaserc.json. Am I doing something wrong, or is it a bug in SemanticRelease?
And here is my gitlab-ci.yml
The text was updated successfully, but these errors were encountered: