-
-
Notifications
You must be signed in to change notification settings - Fork 10
Processing node_modules failed. Error: spawn EACCES #1
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
Comments
Reason is gradlew has no executable flag. chmod +x platform/android/gradlew |
chmod +x platforms/android/gradlew.bat just to be sure, add the |
Project got a much needed clean-up and this should no longer be an issue. |
I've got the same issue after updating Nativescript to the newest version on Ubuntu. |
i cloned the git and i did
and i received the error: Processing node_modules failed. Error: spawn EACCES
i managed to get the app to build by removing and adding back the android platform
The text was updated successfully, but these errors were encountered: