Skip to content
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

npm install on docs takes a long time #5

Open
shanejonas opened this issue Feb 23, 2020 · 0 comments
Open

npm install on docs takes a long time #5

shanejonas opened this issue Feb 23, 2020 · 0 comments
Labels
bug Something isn't working

Comments

@shanejonas
Copy link

Describe the bug
When generating a new project with docs, the npm install takes a while because it requires puppeteer which downloads chromium.

This is used for markdown files and mermaidjs support.

If you do not plan on using these features you can speed up the npm install by setting an environment variable:

Workaround
export PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1

npm install .

@shanejonas shanejonas added the bug Something isn't working label Feb 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant