-
-
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 'posthtml' of undefined #2
Comments
Ah it's because there is no package.json in your project. I will fix. |
I ran into the same thing while following the getting started page. I recommend making more explicit instructions on that page. I've submitted a PR with my suggestion for doing that. parcel-bundler/website#4 |
After adding a package.json I'm now hitting #1 Getting closer though! 😄 |
Published v1.0.1 which should fix both issues. |
Just installed 1.0.1, now i'm getting: |
blargh. did you create a |
Is that in the documentation somewhere? |
I just followed the tutorial on the front page, it didn't mention needing a |
hmm, you shouldn't need a babelrc for that. I tried the code from the homepage just now and it seemed to work for me... i'll look into it more. |
I have the same issue as above when following the getting started tutorial. The issue occurs when importing the css file. |
same issues here when attempting to import css or scss. |
These issues should both be fixed in v1.0.2. |
Using 1.9.0, if the package.json isn't there, you get the error:
People/I should read the docs more carefully, but it might be nice to have a better error message here- |
Merge line counter * line counter * line counter * fixed lint errors * removed unnecessary debugger statements Approved-by: Trey Shugart <[email protected]>
Merge v2 2020-10-12 Approved-by: Maia Teegarden
Following the tutorial on https://parceljs.org/ I get the following error when I run
parcel index.html
.The text was updated successfully, but these errors were encountered: