Hello, first of all, there are some things that javascript projects share, they are the node modules, every project contains a manifest file where it describes all the necessary libraries for the project to work, usually where the package.json is located. give the command to install the modules, something like: npm install or npm i or yarn