Error: EACCES: permission denied, mkdir react-native run-ios
I've been getting this error when I run
react-native run-ios
Installing build/Build/Products/Debug-iphonesimulator/vepo.app
Launching org.reactjs.native.example.vepo
org.reactjs.native.example.vepo: 6625
Benjamins-MBP:frontend Ben$ react-native run-ios
fs.js:115
throw err;
^
Error: EACCES: permission denied, open '/Users/Ben/Development/Projects/vepo/frontend/node_modules/.cache/@babel/register/.babel.7.2.2.development.json'
at Object.openSync (fs.js:439:3)
at Object.writeFileSync (fs.js:1190:35)
at save (/Users/Ben/Development/Projects/vepo/frontend/node_modules/@babel/register/lib/cache.js:52:15)
at process._tickCallback (internal/process/next_tick.js:61:11)
at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
I've been getting this error when I run
sudo react-native run-ios
/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:90
throw err0;
^
Error: EACCES: permission denied, mkdir '/Users/Ben/Development/Projects/vepo/frontend/node_modules/react-native/node_modules/.cache'
at Object.mkdirSync (fs.js:753:3)
at sync (/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:71:13)
at sync (/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:77:24)
at sync (/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:77:24)
at save (/Users/Ben/Development/Projects/vepo/frontend/node_modules/@babel/register/lib/cache.js:50:20)
at process._tickCallback (internal/process/next_tick.js:61:11)
at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
Process terminated. Press <enter> to close the window
I've tried changing the permissions to read/write for those specific files in the errors and for the whole folder. What do I need to do?
EDIT:
I read that it can be node is not installed correctly so reinstalled node with brew. Same error.
node.js macos react-native file-permissions
add a comment |
I've been getting this error when I run
react-native run-ios
Installing build/Build/Products/Debug-iphonesimulator/vepo.app
Launching org.reactjs.native.example.vepo
org.reactjs.native.example.vepo: 6625
Benjamins-MBP:frontend Ben$ react-native run-ios
fs.js:115
throw err;
^
Error: EACCES: permission denied, open '/Users/Ben/Development/Projects/vepo/frontend/node_modules/.cache/@babel/register/.babel.7.2.2.development.json'
at Object.openSync (fs.js:439:3)
at Object.writeFileSync (fs.js:1190:35)
at save (/Users/Ben/Development/Projects/vepo/frontend/node_modules/@babel/register/lib/cache.js:52:15)
at process._tickCallback (internal/process/next_tick.js:61:11)
at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
I've been getting this error when I run
sudo react-native run-ios
/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:90
throw err0;
^
Error: EACCES: permission denied, mkdir '/Users/Ben/Development/Projects/vepo/frontend/node_modules/react-native/node_modules/.cache'
at Object.mkdirSync (fs.js:753:3)
at sync (/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:71:13)
at sync (/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:77:24)
at sync (/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:77:24)
at save (/Users/Ben/Development/Projects/vepo/frontend/node_modules/@babel/register/lib/cache.js:50:20)
at process._tickCallback (internal/process/next_tick.js:61:11)
at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
Process terminated. Press <enter> to close the window
I've tried changing the permissions to read/write for those specific files in the errors and for the whole folder. What do I need to do?
EDIT:
I read that it can be node is not installed correctly so reinstalled node with brew. Same error.
node.js macos react-native file-permissions
Did you try running the command with sudo?
– Hisham Mubarak
Jan 1 at 7:13
2
From within the/Users/Ben/Development/Projects/vepo/frontend
directory, runsudo chown -R $USER .
– robertklep
Jan 1 at 9:45
@robertklep comment solved the issue. Thanks Robert. :)
– Badih Barakat
Feb 25 at 6:24
add a comment |
I've been getting this error when I run
react-native run-ios
Installing build/Build/Products/Debug-iphonesimulator/vepo.app
Launching org.reactjs.native.example.vepo
org.reactjs.native.example.vepo: 6625
Benjamins-MBP:frontend Ben$ react-native run-ios
fs.js:115
throw err;
^
Error: EACCES: permission denied, open '/Users/Ben/Development/Projects/vepo/frontend/node_modules/.cache/@babel/register/.babel.7.2.2.development.json'
at Object.openSync (fs.js:439:3)
at Object.writeFileSync (fs.js:1190:35)
at save (/Users/Ben/Development/Projects/vepo/frontend/node_modules/@babel/register/lib/cache.js:52:15)
at process._tickCallback (internal/process/next_tick.js:61:11)
at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
I've been getting this error when I run
sudo react-native run-ios
/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:90
throw err0;
^
Error: EACCES: permission denied, mkdir '/Users/Ben/Development/Projects/vepo/frontend/node_modules/react-native/node_modules/.cache'
at Object.mkdirSync (fs.js:753:3)
at sync (/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:71:13)
at sync (/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:77:24)
at sync (/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:77:24)
at save (/Users/Ben/Development/Projects/vepo/frontend/node_modules/@babel/register/lib/cache.js:50:20)
at process._tickCallback (internal/process/next_tick.js:61:11)
at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
Process terminated. Press <enter> to close the window
I've tried changing the permissions to read/write for those specific files in the errors and for the whole folder. What do I need to do?
EDIT:
I read that it can be node is not installed correctly so reinstalled node with brew. Same error.
node.js macos react-native file-permissions
I've been getting this error when I run
react-native run-ios
Installing build/Build/Products/Debug-iphonesimulator/vepo.app
Launching org.reactjs.native.example.vepo
org.reactjs.native.example.vepo: 6625
Benjamins-MBP:frontend Ben$ react-native run-ios
fs.js:115
throw err;
^
Error: EACCES: permission denied, open '/Users/Ben/Development/Projects/vepo/frontend/node_modules/.cache/@babel/register/.babel.7.2.2.development.json'
at Object.openSync (fs.js:439:3)
at Object.writeFileSync (fs.js:1190:35)
at save (/Users/Ben/Development/Projects/vepo/frontend/node_modules/@babel/register/lib/cache.js:52:15)
at process._tickCallback (internal/process/next_tick.js:61:11)
at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
I've been getting this error when I run
sudo react-native run-ios
/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:90
throw err0;
^
Error: EACCES: permission denied, mkdir '/Users/Ben/Development/Projects/vepo/frontend/node_modules/react-native/node_modules/.cache'
at Object.mkdirSync (fs.js:753:3)
at sync (/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:71:13)
at sync (/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:77:24)
at sync (/Users/Ben/Development/Projects/vepo/frontend/node_modules/mkdirp/index.js:77:24)
at save (/Users/Ben/Development/Projects/vepo/frontend/node_modules/@babel/register/lib/cache.js:50:20)
at process._tickCallback (internal/process/next_tick.js:61:11)
at Function.Module.runMain (internal/modules/cjs/loader.js:745:11)
at startup (internal/bootstrap/node.js:283:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:743:3)
Process terminated. Press <enter> to close the window
I've tried changing the permissions to read/write for those specific files in the errors and for the whole folder. What do I need to do?
EDIT:
I read that it can be node is not installed correctly so reinstalled node with brew. Same error.
node.js macos react-native file-permissions
node.js macos react-native file-permissions
edited Jan 1 at 6:09
BeniaminoBaggins
asked Jan 1 at 2:45
BeniaminoBagginsBeniaminoBaggins
2,909854135
2,909854135
Did you try running the command with sudo?
– Hisham Mubarak
Jan 1 at 7:13
2
From within the/Users/Ben/Development/Projects/vepo/frontend
directory, runsudo chown -R $USER .
– robertklep
Jan 1 at 9:45
@robertklep comment solved the issue. Thanks Robert. :)
– Badih Barakat
Feb 25 at 6:24
add a comment |
Did you try running the command with sudo?
– Hisham Mubarak
Jan 1 at 7:13
2
From within the/Users/Ben/Development/Projects/vepo/frontend
directory, runsudo chown -R $USER .
– robertklep
Jan 1 at 9:45
@robertklep comment solved the issue. Thanks Robert. :)
– Badih Barakat
Feb 25 at 6:24
Did you try running the command with sudo?
– Hisham Mubarak
Jan 1 at 7:13
Did you try running the command with sudo?
– Hisham Mubarak
Jan 1 at 7:13
2
2
From within the
/Users/Ben/Development/Projects/vepo/frontend
directory, run sudo chown -R $USER .
– robertklep
Jan 1 at 9:45
From within the
/Users/Ben/Development/Projects/vepo/frontend
directory, run sudo chown -R $USER .
– robertklep
Jan 1 at 9:45
@robertklep comment solved the issue. Thanks Robert. :)
– Badih Barakat
Feb 25 at 6:24
@robertklep comment solved the issue. Thanks Robert. :)
– Badih Barakat
Feb 25 at 6:24
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function () {
StackExchange.using("externalEditor", function () {
StackExchange.using("snippets", function () {
StackExchange.snippets.init();
});
});
}, "code-snippets");
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "1"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53992736%2ferror-eacces-permission-denied-mkdir-react-native-run-ios%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f53992736%2ferror-eacces-permission-denied-mkdir-react-native-run-ios%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Did you try running the command with sudo?
– Hisham Mubarak
Jan 1 at 7:13
2
From within the
/Users/Ben/Development/Projects/vepo/frontend
directory, runsudo chown -R $USER .
– robertklep
Jan 1 at 9:45
@robertklep comment solved the issue. Thanks Robert. :)
– Badih Barakat
Feb 25 at 6:24