nightwatchjs/nightwatch
View on GitHubFix deprecation warnings while installing Nightwatch
Open
#4306 opened on Nov 18, 2024
good first issue
Description
Description of the bug/issue
During the installation of Nightwatch using the npm i -D nightwatch command, the following deprecation warnings are encountered:
Steps to reproduce
Install Nightwatch in an existing Node project: npm i -D nightwatch.
To create a new Node project:
mkdir test-projectcd test-projectnpm init
Sample test
No response
Command to run
No response
Verbose Output
No response
Nightwatch Configuration
No response
Nightwatch.js Version
3.9.0
Node Version
No response
Browser
No response
Operating System
No response
Additional Information
No response