ShadowdriverJS Installation
Prerequisite
-
Before installing shadowdriverJS make you have install NodeJS (Version 18.x or higer)
-
npm (which comes with NodeJS obiously)
Verify The Node Version
#node-version
node -v
#npm-version
npm --version
Install ShadowdriverJS init
Install ShadowdriverJS globally to use its initialization tool across your system:
npm install shadowdriverjs-init@latest -g
Create shadowdriverJS project using below command
To initialize a new project, use the following command:
npx shadowdriver-init
This command will create a new project folder, generate configuration files, and install all necessary dependencies.
Example Workflow
-
Install the initialization tool globally:
npm install shadowdriverjs-init -g
-
Navigate to your desired directory and initialize a project:
npx shadowdriverjs-init
-
Confirm installation
shadowdriverjs-init