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
Also vercel isn't really maintaining that anymore, they probably moved onto to other things. I believe we previously saw another project that can bundle binaries.
There's some problem with /homeless-shelter. This doesn't make sense to me as the HOME should exist already in the gitlab-runner. It seems to occur before the message Configured pkg with:. It doesn't really make sense in this context.
See:
> node ./scripts/pkg.js --no-dict=leveldown.js --output=out --bin=typescript-demo-lib --node-version=18 --platform=linux --arch=x64
npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /homeless-shelter
npm ERR! errno -13
npm ERR! Error: EACCES: permission denied, mkdir '/homeless-shelter'
npm ERR! [Error: EACCES: permission denied, mkdir '/homeless-shelter'] {
npm ERR! errno: -13,
npm ERR! code: 'EACCES',
npm ERR! syscall: 'mkdir',
npm ERR! path: '/homeless-shelter'
npm ERR! }
npm ERR!
npm ERR! The operation was rejected by your operating system.
npm ERR! It is likely you do not have the permissions to access this file as the current user
npm ERR!
npm ERR! If you believe this might be a permissions issue, please double-check the
npm ERR! permissions of the file and its containing directories, or try running
npm ERR! the command again as root/Administrator.
npm ERR! Log files were not written due to an error writing to the directory: /homeless-shelter/.npm/_logs
npm ERR! You can rerun the command with `--loglevel=verbose` to see the logs in your terminal
npm WARN config production Use `--omit=dev` instead.
Configured pkg with:
Something is trying to make /homeless-shelter.
The funny thing is that it says that something npm command tried to do this. But /homeless-shelter is sort of nix thing. So is it possible that HOME has been set to /homeless-shelter somehow? The only way to debug this is to echo $HOME.
We will leave this until pkg is ready to be updated and this will be relevant to Polykey too.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automatic PR generated by the pipeline CI/CD. This will be automatically fast-forward merged if successful.