Skip to content

npm install on docs takes a long time #5

@shanejonas

Description

@shanejonas

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 .

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions