nightwatchjs/nightwatch

Fix deprecation warnings while installing Nightwatch

Aberta

#4.306 aberto em 18 de nov. de 2024

 (20 comentários) (0 reação) (1 responsável)JavaScript (1.289 forks)batch import
good first issue

Métricas do repositório

Stars
 (11.707 estrelas)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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

Guia do colaborador