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
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
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
The text was updated successfully, but these errors were encountered:
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
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
Steps to reproduce
just trying to build test apk
Expected behavior
android build for internal testing
Screen Recording / Screenshot
No response
Platform
Additional context
No response
The text was updated successfully, but these errors were encountered: