We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
com.android.ide.common.process.ProcessException: ninja: Entering directory `C:\Users\user\Documents\PROJECTS\REACT_NATIVE\rn-project-main\node_modules\react-native-quick-base64\android.cxx\Debug\545q7q39\arm64-v8a' ninja: build stopped: .
C++ build system [build] failed while executing: @echo off
ninja: error: mkdir(CMakeFiles/quickbase64.dir/C_/Users/user/Documents/PROJECTS/REACT_NATIVE): No such file or directory
i am getting this error while executing in my windows 10 , if i remove the react-native-quick-base64 package then project is running fine
The text was updated successfully, but these errors were encountered:
Me too
Sorry, something went wrong.
move the project from one directory to other such that it should be closer to you windows like C:\Users\user\place_your_project.... it worked for me.
Thanks a lot, @learncourse555 !!! This worked for me too
No branches or pull requests
com.android.ide.common.process.ProcessException: ninja: Entering directory `C:\Users\user\Documents\PROJECTS\REACT_NATIVE\rn-project-main\node_modules\react-native-quick-base64\android.cxx\Debug\545q7q39\arm64-v8a'
ninja: build stopped: .
C++ build system [build] failed while executing:
@echo off
ninja: error: mkdir(CMakeFiles/quickbase64.dir/C_/Users/user/Documents/PROJECTS/REACT_NATIVE): No such file or directory
i am getting this error while executing in my windows 10 ,
if i remove the react-native-quick-base64 package then project is running fine
The text was updated successfully, but these errors were encountered: