Node.js Installation for SuiteCommerce Extensions

Node.js is essential for developing SuiteCommerce extensions. This guide covers installation steps and supported versions.

·2 min read·2 views·View Oracle Docs

Node.js is a crucial platform for executing Gulp.js tasks that are necessary for developing extensions for SuiteCommerce websites, including SuiteCommerce InStore (SCIS). To get started, you'll need to download Node.js from its official website.

Supported Node.js Versions

Before proceeding, ensure you install the version of Node.js that is compatible with your implementation. The following table lists supported Node.js versions based on various SuiteCommerce solutions:

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

To install Node.js:

  1. Download the Installer: Choose and download the correct installer for your operating system from the Node.js website. Ensure you select all components, including the Node Package Manager (NPM).

  2. Run the Installer: Execute the installer, which will install Node.js and NPM, allowing you to install Gulp.js and other necessary files.

  3. Verify Installation: After installation, open your command line or terminal and run the following command to check your Node.js version:

    node -v

    If Node.js is correctly installed, this command will display the installed version.

Make sure to restart your machine if necessary to ensure the Node.js commands are recognized.

After completing these steps, you'll be ready to proceed to Install Gulp.js and start developing extensions for your SuiteCommerce website.

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 →