Node.js Installation Guide for SuiteCommerce Extensions

Node.js is essential for developing SuiteCommerce extensions. Follow this guide to install the necessary version and components.

·2 min read·1 views·View Oracle Docs

Node.js is the required platform for executing Gulp.js tasks, which are crucial for developing extensions for Commerce websites, including SuiteCommerce InStore (SCIS). This guide outlines how to install Node.js and ensure it's set up correctly for your SuiteCommerce implementation.

Supported Node.js Versions

Use the following table to select the appropriate Node.js version for your Commerce web store implementation. Always opt for the most current minor release designated by x in the version string.

SuiteCommerce ImplementationSupported Node.js Version
SuiteCommerce20.10.0
SuiteCommerce MyAccount20.10.0
SuiteCommerce Advanced - 2025.220.10.0
SuiteCommerce Advanced - 2022.2.114.19.0
SuiteCommerce Advanced - 2022.212.21.x
SuiteCommerce Advanced - 2022.112.21.x
SuiteCommerce Advanced - 2021.212.21.x
SuiteCommerce Advanced - 2021.112.21.x
SuiteCommerce Advanced - 2020.212.16.x
SuiteCommerce Advanced - 2020.112.14.x
SuiteCommerce Advanced - 2019.210.16.x
SuiteCommerce Advanced - 2019.110.15.x
SuiteCommerce Advanced - 2018.28.11.4
SuiteCommerce Advanced - Aconcagua8.9.x LTS
SuiteCommerce Advanced - Kilimanjaro6.11.x
SuiteCommerce Advanced - Elbrus4.x.x LTS and Later
SuiteCommerce Advanced - Vinson4.x.x LTS
SuiteCommerce Advanced - Mont Blanc4.4.x and 0.12.x
SuiteCommerce Advanced - Denali0.12.x

Installation Steps

  1. Download the Node.js installer from Node.js official site. Ensure you select the correct installer based on your operating system.
  2. Run the installer, which should also install Node Package Manager (NPM). NPM is crucial for installing Gulp.js and other required files for your development environment.
  3. After the installation, check if Node.js and NPM were added to your system's PATH variable. You may need to restart your machine for the commands to be recognized.

Verify Installation

To confirm that Node.js has been successfully installed, follow these steps:

  1. Open a command line or terminal window depending on your operating system.
  2. Enter the command:
    bash
    node -v
    If the installation was successful, this command will output the installed version of Node.js without any errors.

After verifying that Node.js is installed, you can proceed to install Gulp.js, which further supports your development efforts. Ensure to follow the subsequent guides to continue your setup for SuiteCommerce development tools.

Frequently Asked Questions (4)

What Node.js version should I use for SuiteCommerce Advanced 2022.2.1?
For SuiteCommerce Advanced 2022.2.1, you should use Node.js version 14.19.0.
Is it necessary to install Node Package Manager (NPM) during the Node.js installation for SuiteCommerce extensions?
Yes, NPM is crucial as it is used to install Gulp.js and other necessary files for your development environment.
How do I verify that Node.js is correctly installed for SuiteCommerce development?
Open a command line or terminal window and enter the command 'node -v'. Successful installation is indicated if the command outputs the installed version number without errors.
Do I need to restart my machine after installing Node.js for SuiteCommerce?
You may need to restart your machine to ensure Node.js and NPM are recognized by your system's PATH variable.
Source: Install Node.js Oracle NetSuite Help Center. This article was generated from official Oracle documentation and enriched with additional context and best practices.

Was this article helpful?

More in Commerce

View all Commerce articles →