File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ sudo npx playwright install-deps chromium
112112 <summary ><strong >Trouble installing the CLI?</strong ></summary >
113113
114114
115- - Make sure you are running Node JS 20+ (` node -v ` )
115+ - Make sure you are running Node.js 20-23 (` node -v ` )
116116- Permissions issues are a common when installing ` npm ` packages globally for the first time.
117117See [ npm's documentation] ( https://docs.npmjs.com/resolving-eacces-permissions-errors-when-installing-packages-globally ) for solutions.
118118- On certain systems, using ` install-deps ` without the ` chromium ` argument might be necessary:
Original file line number Diff line number Diff line change 1919 " assets/templates/*.njk"
2020 ],
2121 "engines" : {
22- "node" : " >=18 .0.0"
22+ "node" : " >=20.0.0 <24 .0.0"
2323 },
2424 "standard" : {
2525 "globals" : [
You can’t perform that action at this time.
0 commit comments