nightwatchjs/nightwatch

Fix deprecation warnings while installing Nightwatch

Open

#4,306 创建于 2024年11月18日

在 GitHub 查看
 (19 评论) (0 反应) (1 负责人)JavaScript (11,707 star) (1,289 fork)batch import
good first issue

描述

Description of the bug/issue

During the installation of Nightwatch using the npm i -D nightwatch command, the following deprecation warnings are encountered:

image

Steps to reproduce

Install Nightwatch in an existing Node project: npm i -D nightwatch.

To create a new Node project:

  • mkdir test-project
  • cd test-project
  • npm 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

贡献者指南

Fix deprecation warnings while installing Nightwatch · nightwatchjs/nightwatch#4306 | Good First Issue