Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

npm install -g eas-cli && eas build --platform android --profile preview --non-interactive #6579

Open
1 task done
anant257 opened this issue Feb 18, 2025 · 1 comment
Open
1 task done

Comments

@anant257
Copy link

Describe the bug

npm ERR! code EACCES
npm ERR! syscall mkdir
npm ERR! path /usr/local/lib/node_modules/eas-cli/node_modules/@expo/apple-utils
npm ERR! errno -13
npm ERR! EACCES: permission denied, mkdir '/usr/local/lib/node_modules/eas-cli/node_modules/@expo/apple-utils'
npm ERR! [EACCES: permission denied, mkdir '/usr/local/lib/node_modules/eas-cli/node_modules/@expo/apple-utils'] {
npm ERR! code: 'EACCES',
npm ERR! errno: -13,
npm ERR! path: '/usr/local/lib/node_modules/eas-cli/node_modules/@expo/apple-utils',
npm ERR! syscall: 'mkdir'
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! A complete log of this run can be found in: /home/.npm/_logs/2025-02-18T19_45_35_684Z-debug-0.log
jsh: spawn npm EACCES

Link to the Bolt URL that caused the error

https://bolt.new/~/sb1-hsnlfimj

Validations

  • Please make your project public or accessible by URL. This will allow anyone trying to help you to easily reproduce the issue and provide assistance.

Steps to reproduce

just trying to build test apk

Expected behavior

android build for internal testing

Screen Recording / Screenshot

No response

Platform

Browser name = Chrome
Full version = 133.0.0.0
Major version = 133
navigator.appName = Netscape
navigator.userAgent = Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36
performance.memory = {
  "totalJSHeapSize": 224100799,
  "usedJSHeapSize": 196019915,
  "jsHeapSizeLimit": 2248146944
}
Username = anant257
Chat ID = 8fd1a7b8a8f6
Client version = 47a4d69
Server version = 47a4d69

Additional context

No response

@samssouza
Copy link

I am facing the same when i try to install bun globally with npm install -g bun. I think the ability to install packages globally would be nice to have if not implemented yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants