mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
fix(typs): lints in puppeteer/docs
(#11251)
This commit is contained in:
parent
8379f468f4
commit
4f999b3bf9
@ -57,7 +57,7 @@ npm run build --workspace <package> # e.g. puppeteer
|
|||||||
```
|
```
|
||||||
|
|
||||||
This will build all dependent packages automatically, so specifying a single
|
This will build all dependent packages automatically, so specifying a single
|
||||||
packages is sufficient. This is all possible due to
|
package is sufficient. This is all possible due to
|
||||||
[wireit](https://github.com/google/wireit) which behaves similar to
|
[wireit](https://github.com/google/wireit) which behaves similar to
|
||||||
[GNU Make](https://www.gnu.org/software/make/).
|
[GNU Make](https://www.gnu.org/software/make/).
|
||||||
|
|
||||||
|
@ -10,7 +10,7 @@ binaries for
|
|||||||
|
|
||||||
## `Cannot find module 'puppeteer-core/internal/...'`
|
## `Cannot find module 'puppeteer-core/internal/...'`
|
||||||
|
|
||||||
This can occur is your Node.js version is lower than 14 or you are using a
|
This can occur if your Node.js version is lower than 14 or if you are using a
|
||||||
custom resolver (such as
|
custom resolver (such as
|
||||||
[`jest-resolve`](https://www.npmjs.com/package/jest-resolve)). For the former,
|
[`jest-resolve`](https://www.npmjs.com/package/jest-resolve)). For the former,
|
||||||
we do not support deprecated versions of Node.js. For the latter, usually
|
we do not support deprecated versions of Node.js. For the latter, usually
|
||||||
@ -456,7 +456,7 @@ Error: Failed to launch chrome! spawn /usr/bin/chromium-browser ENOENT
|
|||||||
You need to patch two places:
|
You need to patch two places:
|
||||||
|
|
||||||
1. Your `gitlab-ci.yml` config
|
1. Your `gitlab-ci.yml` config
|
||||||
2. Arguments' list when launching pupepeteer
|
2. Arguments' list when launching puppeteer
|
||||||
|
|
||||||
In `gitlab-ci.yml` we need to install some packages to make it possible to
|
In `gitlab-ci.yml` we need to install some packages to make it possible to
|
||||||
launch headless Chrome in your docker env:
|
launch headless Chrome in your docker env:
|
||||||
|
Loading…
Reference in New Issue
Block a user