Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Video Tutorials

Section


Column
width25%


Widget Connector
width320
urlhttps://www.youtube.com/watch?v=i5xm4AGcutw
height180


Column
width25%


Widget Connector
width320
urlhttps://www.youtube.com/watch?v=_VWwWoUkh8c
height180


Column
width50%


Written Instructions

...

The next step is to enter the directory (using the cd command) and run the Node Package Manager (npm) install process for Profound.js using the command "npm install profoundjsprofoundjs@5.8.9". This will download all package dependencies and install the product.

Code Block
languagebash
titleSample commands to start the installation process for Profound.js
cd /
mkdir profoundjs
cd profoundjs
npm install profoundjsprofoundjs@latest-5

The npm installation process will prompt you for details on how to set up the Profound.js installation. Default options are shown in parentheses after each prompt; so if the default is appropriate, you can just press Enter. The prompts are shown below:

...