Skip to content

Commit

Permalink
# issue-4306
Browse files Browse the repository at this point in the history
Fix deprecation warnings while installing Nightwatch nightwatchjs#4306.

1. Update Node.js.

2.Update dependencies using --legacy-peer  to ignore peer dependency conflicts and proceed with the installation anyway.

3.Update nightwatch to latest version.
4.Check issues with the node modules and package-lock.json.

5.Then , download the dependencies.
  • Loading branch information
Harshit-7373 committed Nov 26, 2024
1 parent 1d6e122 commit a19a90b
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 3 deletions.
71 changes: 68 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
"mochawesome-merge": "^4.2.1",
"mochawesome-report-generator": "^6.2.0",
"mockery": "~2.1.0",
"nightwatch": "^3.9.0",
"nock": "^13.2.9",
"nyc": "^15.1.0",
"react": "^18.2.0",
Expand Down

0 comments on commit a19a90b

Please sign in to comment.