Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit b2183ca

Browse files
author
Jaroslaw Zolnowski
committed
fix(npm): warning: 'It looks like you are running npx playwright install without first installing your project's dependencies' when run npm install
1 parent 5923876 commit b2183ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎package.json‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
"graceful-fs": "4.2.10"
4747
},
4848
"scripts": {
49-
"preinstall": "npx npm-force-resolutions && npx playwright install",
50-
"postinstall": "bash tools/populate-lib.sh",
49+
"preinstall": "npx npm-force-resolutions",
50+
"postinstall": "npx playwright install && bash tools/populate-lib.sh",
5151
"start": "npm run start:web",
5252
"start:web": "ionic-v1 serve",
5353
"start:android": "ionic cordova run android -l",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /