-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Cannot read property 'port' of null #4
Comments
hmm, could be a node v6 thing... seems to work for me on v8. |
@devongovett node 6 being current LTS, you'd probably want to at least add the minimum engines value for so that it's obvious for people that they can't use it. Just 2 cents :-D |
@TheLarkInn you mean 8 right? |
it should be supported, just a bug. Someone want to look into what the API difference is? :D |
Same issue running |
the same problem in node version |
Should be fixed by bab5ff4. Will go out in the next release. |
Released in v1.0.2. |
@danielcaldas What version of Parcel are you using? |
I wasn't clear above. I installed parcel |
Whoops sorry that was a dumb question 😂 Can you please send a zip file with your setup or post an example repo so I can try to reproduce the issue? |
Hey @davidnagli sorry for the false alarm was running |
yay! Glad you got it to work :) |
Stop removing subgraphs at bundle boundaries Approved-by: Maia Teegarden
Merge v2 2020-10-21 Approved-by: Maia Teegarden
I installed parcel-bundler globally. When I run
parcel index.html
I get the following error.Tested in the following environments with the same result:
Mac
Dockerfile:
The text was updated successfully, but these errors were encountered: