- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Re: How to install Node.js on ReadyNAS ?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to install Node.js on ReadyNAS ?
In order to install StorjShare-CLI (A software which allow to rent unused disk space), I need to install Node.js on my ReadyNAS 104 (ReadyNASOS 6.6.0), but I encountered many issues …
Is somebody already manage to install Node.js on ReadyNAS ?
Best Regard
Bernard
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to install Node.js on ReadyNAS ?
Hello babonet13,
ReadyNAS 104 is an ARM-based NAS.
Please see this discussion.
Welcome to the community!
Regards,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to install Node.js on ReadyNAS ?
Hello JennC,
I've see the discussion, but it seems to me that ARM-based architecture are supported by Node.js :
See : https://nodejs.org/en/download/
Am I wrong ?
Best Regards
Bernard
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to install Node.js on ReadyNAS ?
Hello JennC,
I've see the discussion, but it seems to me that ARM-based architecture are supported by Node.js :
See : https://nodejs.org/en/download/
Am I wrong ?
Best Regards
Bernard
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to install Node.js on ReadyNAS ?
Hi babonet13,
Its possible that the Node.js is specifically looking for a hardware that is supporting blx. The ReadyNAS does not seem to have that.
Regards,
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to install Node.js on ReadyNAS ?
Since the ReadyNAS uses debian packaging and has apt on the backend. You could look at `apt-get install nodejs`. It should do all of the debian things with the install.
Is there an application you are looking at that needs nodejs? Or are you working on some dev work?
Either case; remember the root volume is only 4GB, so you would want to do most of the data load in the data volume.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How to install Node.js on ReadyNAS ?
@Mhynlo I need to install Node.js because I want to install StorjShare-CLI (https://github.com/Storj/storjshare-cli) a software which allow you to rent your extra disk space ...
OK I will try apt-get install nodejs