This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 268864 - Nodejs sources download broken
Summary: Nodejs sources download broken
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Node.js (show other bugs)
Version: 8.2
Hardware: PC Windows 10 x64
: P3 normal (vote)
Assignee: Petr Pisl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-11-07 04:43 UTC by kennyjacob
Modified: 2016-11-29 11:30 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of error (79.89 KB, image/png)
2016-11-07 04:43 UTC, kennyjacob
Details

Note You need to log in before you can comment on or make changes to this bug.
Description kennyjacob 2016-11-07 04:43:03 UTC
Created attachment 162804 [details]
Screenshot of error

In Tools > Options > HTML/JS > Node.js

There is an option to download sources for nodejs. I tried downloading the sources using the "Download" button, but it shows an error that the sources cannot be found.

I believe the issue is that nodejs has changed the release files from .tar.gz to .tar.xz

This would probably be broken for all releases of NB and not just the latest version. I tried the same on Linux and I got the same error and I had to manually download the file and provide the local path to the extracted sources.

I couldn't find an option in settings to change the URL for sources download, so I figured it was something that needed to be changed in the NB source code. 


Thanks,
Kenny.
Comment 1 kennyjacob 2016-11-29 11:30:04 UTC
The link is up now so the problem is resolved