-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
permission denied react-scripts when running in docker #508
Comments
Maybe 73c940a will fix this. Can you try running
? I assumed Node does this automatically but maybe not. |
WOOHOO!!! i added the below and it worked! thanks! so this will not be need in the next release?
|
Yea, shouldn’t be needed in the next release. Thanks for raising this! |
Fixed in 73c940a. |
Just for the record, this fix is still needed when downloading git repos made on Windows 10 onto an OSX environment. Not sure if there's anything at all that can be done to fix that. |
Hi Dan, |
@skeletorkun ...not an issue with create-react-app, chromeos sets noexec flag on sdcards: dnschneid/crouton#3423 One workaround is running react-scripts.js using node react-scripts.js instead of ./react-scripts (so, for example, in package.json..."start": "node ./node_modules/react-scripts/bin/react-scripts.js start"). |
I am trying to run my app in a docker container and deploy it to elastic beanstalk. i received the following error:
my docker file is:
And my Dockerrun.aws.json is:
The text was updated successfully, but these errors were encountered: