Add npm modules
In this topic, you learn how to add npm modules to your Neptune DXP - Open Edition. There are two ways to add new npm modules:
-
Browse for npm modules on the web.
-
Import a module from your system.
Prerequisites
-
You have maintained the npm installation path in the General tab of the Custom Settings.
Procedure
-
In the Cockpit, go to Development and select NPM Modules.
Result: A table with all npm modules that are installed appears.
-
Select Create.
Result: The Search npm Module dialog opens.
Add a new npm module from your local system
For modules that are already installed on your server, you will need to specify the path of the folder containing the node modules in Custom Settings under the General tab.
-
Select Local to search for npm modules already existing on the server.
Result: The NPM Modules window opens. You start in the General tab.
-
Enter the Name of the module.
-
Enter the Description, Version Number, and the local Path of the module.
-
Select Save.
Add a new npm module from npm
-
In the search field, enter the name of the module and select Enter.
Result: A list with corresponding npm modules appears.
-
Select the module you want to add to your instance.
Result: The Select Version dialog opens.
-
Select the version, and in Install parameters, enter relevant npm-install parameters, for example,
--strict-ssl=false
. -
Confirm your settings with Select.
Result: The module is installed to your instance of Neptune DXP - Open Edition.