-
Notifications
You must be signed in to change notification settings - Fork 0
fix(npm): warning when run npm install #12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
The commit message header is a bit too long. I would change the commit message to something like:
chore(npm): fix Playwright installation warning
Fix a warning from Playwright when running `npm install`:
> It looks like you are running 'npx playwright install' without first
> installing your project's dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please rebase and resolve conflicts.
...all without first installing your project's dependencies' when run npm install
997f45a
to
b2183ca
Compare
Branch up-to-date with master
Fix the warning from the console
Related to the #11 (comment)
image