-
Notifications
You must be signed in to change notification settings - Fork 32
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
It cannot be installed. #209
Comments
which editor do you use? try vs community IDE. it worked for me and all the bugs got done. try it and report here. |
The editor used Windows PowerShell. Even using the vs community IDE, I couldn't build it because it couldn't be installed. |
worked for me. tha classical vs code does not recognize cmake installed. but the vs community ide has no problem with it. it maked smake bugs on vscode but not in vs community IDE - dont use editors, use IDE. and maybe try thr react version |
There seems to be a problem with the network or with the environment. |
its also a bug in cmake-js, // node_modules/cmake-js/lib/buildSystem.js
BuildSystem.prototype._showError = function (e) {
if (this.log.level === "verbose" || this.log.level === "silly") {
this.log.error("OMG", e.stack);
}
else {
this.log.error("OMG", e.message);
}
}; as workaround, add |
`
`I want to try it, but it's too difficult. I definitely want to try it.
Give me a hint!
window 10 Pro x64
Visual Studio 2019
2021-05-03T07_09_35_270Z-debug.log
2021-05-03T07_09_31_669Z-debug.log
The text was updated successfully, but these errors were encountered: