filmegoo Posted November 4, 2019 Posted November 4, 2019 Hello, How can I get access to node.js in Tommy? Thanks, Rúben Quote
Guest pooks Posted November 4, 2019 Posted November 4, 2019 Node.js is already accessible in Tommy. You just need to create an application for node.js Quote
Krydos Posted November 4, 2019 Posted November 4, 2019 Here's a guide to get you started https://wiki.helionet.org/Node.js Quote
filmegoo Posted November 5, 2019 Author Posted November 5, 2019 Here's a guide to get you started https://wiki.helionet.org/Node.jsHello again, I've setup the node.js but now how can I use npm to install other modules like expres.js. And the how can I use reactjs to my frontend.I've been testing it on my computer.Can I get access to a terminal? Thanks, Rúben Quote
Sn1F3rt Posted November 5, 2019 Posted November 5, 2019 Terminal access is not available on HelioHost, however, an admin can install the required Node.js modules for you. Make a separate post requesting the installation of the modules. Quote
Flaze Posted November 5, 2019 Posted November 5, 2019 Terminal access is not available on HelioHost, however, an admin can install the required Node.js modules for you. Make a separate post requesting the installation of the modules.That's not the case with Node.js. @filmegoo: You need to download the modules locally using NPM and then compress the node_modules folder to a zip file and upload it to your Node.js folder. After that, extract the file. Quote
filmegoo Posted November 5, 2019 Author Posted November 5, 2019 Terminal access is not available on HelioHost, however, an admin can install the required Node.js modules for you. Make a separate post requesting the installation of the modules.That's not the case with Node.js. @filmegoo: You need to download the modules locally using NPM and then compress the node_modules folder to a zip file and upload it to your Node.js folder. After that, extract the file. Thanks Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.