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

serve failed with parceljs #51

Open
Ray-Eldath opened this issue Feb 5, 2020 · 0 comments
Open

serve failed with parceljs #51

Ray-Eldath opened this issue Feb 5, 2020 · 0 comments

Comments

@Ray-Eldath
Copy link

run parcel serve index.html with instruction described in documentation applied, will produce:

$ parcel serve index.html
Server running at http://localhost:1234 
× ...\node_modules\fish-ui\src\components\Calendar.vue: invalid expression: Invalid left-hand side in assignment in

    "\n      "+_s(index < modeIndex ? (index <= 1="" 2="" ?="" '-'="" :="" index="==" '="" <="4" ':'="" '')="" '')+"=\"\" template=\"\">\n    "

  Raw expression: {{index < modeIndex ? (index <= 1="" 2="" ?="" '-'="" :="" index="==" '="" <="4" ':'="" '')="" ''}}="" template="">

i'll suppose it's closely linked with ParcelJS... it's a lightweight and zero-configuration required packaging tool, very suitable for small project. I do hope there's some workaround here...

BTW parcel will install less and loaded it automatically, so install less and less-loader it's not needed in parcel case. but obviously the error is unrelated with these stuff, IMHO.

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

No branches or pull requests

1 participant