Skip to content

Update getting-started.md #1841

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

Closed
wants to merge 1 commit into from
Closed

Update getting-started.md #1841

wants to merge 1 commit into from

Conversation

Legends
Copy link
Member

@Legends Legends commented Feb 18, 2018

This addition would have helped me a lot:

Add --display-error-details for detailed error messages, .i.e. npm run build --display-error-details.
Without this flag development is a black box and painful

This addition would have helped me a lot:

Add `--display-error-details` for detailed error messages, .i.e. `npm run build --display-error-details`.
Without this flag development is a black box and painful
@skipjack
Copy link
Collaborator

I think the addition in cli.md from #1840 probably makes sense but I don't think it's necessary to add it to this guide. Also, just fyi, to pass parameters to an npm script you need an additional -- so it knows it isn't an npm run flag, i.e.:

npm run build -- --display-error-details

@skipjack skipjack closed this Feb 21, 2018
@Legends Legends deleted the patch-2 branch June 15, 2018 23:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants