-
Notifications
You must be signed in to change notification settings - Fork 60
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
Failing to install #132
Comments
wth is that give us the specefic log not the whole damn node install logs. As for your question, can you make sure youre using node 14 |
This is copy and paste from console: I have node.js 14 Nejde otevřít soubor zahrnout = Unable to open file include |
The “copy paste” too long, give the specefic part the code is erring |
ERR part: |
make sure to install the windows build tools
|
lol, i forgot to respond and yea use the above command in your terminal but make sure you have admin access |
I installed the windows build tools and succesfully installed bot prequisities but I keep getting This code error: |
Seems like this is on the source code. Conqr created that particular section. You can fix it yourself tho, just add an additional closing parenthesis on that line - if(isNaN(Number(streakMessage)) {
+ if(isNaN(Number(streakMessage))) { |
It works! Thanks! |
I tried reinstalling node.js, even tried previous versions of Mai
but I still failing at install.
There's log:
https://www.pastebin.cz/cs/p/fELtN73
The text was updated successfully, but these errors were encountered: