-
Notifications
You must be signed in to change notification settings - Fork 15
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
Can't install dependencies #122
Comments
Hmm, interesting. You could try to remove |
rm -r ./node_modules |
I backed-up /usr/inclide/c++/11 and copied /usr/inclide/c++/10 to /usr/inclide/c++/11
after trying
$ npm run dev
|
Oh alright, the bot is working now. |
Ok npm ci is using c++ 11 instead of 10 and CXX=10 is not working Ubuntu based distro |
I think this is because of a mistake in the README. The correct command to do is: CXX=g++-10 npm ci |
Ok I found a better solution (doesn't require to have CXX=gcc-10 npm i CXX command prefix apparently does not accept implicit compiler naming, so specifying only the version is not enough and will not find it, making it switching to default version (gcc-11) which doesn't support Angle for an unknown reason (see issue #214 of libANGLE repository) |
Issue solved by this commit. Thanks @N1kO23 |
Nice |
Ubuntu based distro after running "CXX=10 npm ci"
I have done everything that was written in README
2022-02-03T20_42_15_479Z-debug-0.log
The text was updated successfully, but these errors were encountered: