-
Notifications
You must be signed in to change notification settings - Fork 869
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
Exception when trying to download Node.js sources 20.17.0 #7814
Comments
I should have said I'm behind a corp proxy, so maybe that has something to do with it? If the sources are downloaded correctly will it fix the issue with the IDE not recognizing node.js native objects like "process" for example? How can I point to the "sources" using the browse option? Thanks! @mbien |
@matthiasblaesing The node.js sources download worked as expected. The native node.js objects are now known ( defined ) and code completion is working as expected. Excellent job! |
@matthiasblaesing Well spoke too soon, the IDE is still showing that the native objects are not "declared" but the object completion is working and the download of the node.js sources completed without errors. I will restart the IDE and see if that "fixes" the "not declared" warnings. |
@matthiasblaesing The node.js downloads is fixed so this can be closed. The "not declared" stuff looks like it has other known fixes, so yes it is unrelated. Thank you! |
Apache NetBeans version
Apache NetBeans 23
What happened
View is stuck after attempting to download sources, says "Downloading" The progress bar completes and then the exception is thrown
Language / Project Type / NetBeans Component
Node.js
How to reproduce
Attempt to use Download button on the node.js sources field
Did this work correctly in an earlier version?
No / Don't know
Operating System
Windows 11
JDK
JDK 21
Apache NetBeans packaging
Apache NetBeans provided installer
Anything else
No response
Are you willing to submit a pull request?
No
The text was updated successfully, but these errors were encountered: