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

Node example doesn't console.log #39

Open
janat08 opened this issue Nov 12, 2018 · 4 comments
Open

Node example doesn't console.log #39

janat08 opened this issue Nov 12, 2018 · 4 comments
Labels

Comments

@janat08
Copy link

janat08 commented Nov 12, 2018

It doesn't console log anything, I don't think that it actually launches node.

@jthegedus
Copy link
Contributor

jthegedus commented Nov 12, 2018

I don't believe Parcel supports actually launching Node and only allows --open etc to run on web-apps.

This was just an example to show how to bundle with a JS entry point, that it's watched for changes and that you can observe the effects of changing the target.

@janat08
Copy link
Author

janat08 commented Nov 13, 2018

So maybe it should be made clear that you'd need nodemon or node.

@jthegedus
Copy link
Contributor

jthegedus commented Nov 13, 2018

Mmm, maybe this needs to be stated more clearly in the actual Parcel documentation. thoughts @DeMoorJasper ?

@DeMoorJasper
Copy link
Member

@jthegedus probably a good idea to document this in the docs and link to that part of the docs in the example

Sent with GitHawk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants