-
Notifications
You must be signed in to change notification settings - Fork 30.2k
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
nodejs v14.6.0 error while compiling #34478
Comments
What OS/arch are you compiling for? You could try to see if #33044 makes a difference. |
32bit i386 |
I think this is a duplicate of #33019. |
do I need to compile it again |
I just want to download dependencies of project it failed so I'm guessing I'm need to download least version of nodejs or I don't need? it gonna a long time to compile anyway
|
|
@seisdr the last two console dump have very little to do with the original issue, it shows you are using Node.js v8.17.0; Node.js v8.x support has ended last year, if you want assistance you should be using a more recent version (list of currently supported versions can be found in the CHANGELOG). Regarding the original issue, since the subject is already covered by #33019, you can close this one and continue the discussion over there. If you need assistance rather than report a technical issue, please open a new issue over at nodejs/help. |
I'll close this per the previous comment (thanks @aduh95.) |
try {} catch {} SyntaxError: Unexpected token { |
i have this issue when i type in my terminal node -e "try {} catch {}" |
I been trying to build nodejs for 3 days now haha
here's the output
The text was updated successfully, but these errors were encountered: