filmegoo Posted November 4, 2019 Posted November 4, 2019 Hello, How can I get access to node.js in Tommy? Thanks, Rúben
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
Krydos Posted November 4, 2019 Posted November 4, 2019 Here's a guide to get you started https://wiki.helionet.org/Node.js
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
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.
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.
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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now