-
-
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
running parcel
fails for error @parcel/optimizer-cssnano: Could not resolve module "dot-prop" from "postcss-selector-parser"
#6731
Comments
I had a dependency of When I removed this - I'm getting the following (different) error on build:
|
Are you building a webapp? If yes, then you should choose different names for "main" and "browser" (and maybe remove one of the entirely) |
@mischnic this is an SSR, it has a express backend, and a vue frontend (under EDIT: |
Please provide a code sample that reproduces the error(s). |
Actually, removing the |
With
Need to mention that this works great in |
Please provide a complete code sample so that we can reproduce this. |
for example, the following Vue file fails to copmile:
|
I think this is because you are using Vue 2 in your project, and not Vue 3? #6153 |
Nope. Latest vue 3 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. |
🐛 bug report
running
parcel
fails for error@parcel/optimizer-cssnano: Could not resolve module "dot-prop" from ".../postcss-selector-parser/dist/parser.js"
🎛 Configuration (.babelrc, package.json, cli command)
🤔 Expected Behavior
Build should complete and work
😯 Current Behavior
Full error:
💁 Possible Solution
🔦 Context
💻 Code Sample
🌍 Your Environment
The text was updated successfully, but these errors were encountered: