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

Parcel error #26

Open
evgeniyPP opened this issue May 2, 2020 · 2 comments
Open

Parcel error #26

evgeniyPP opened this issue May 2, 2020 · 2 comments
Labels
good first issue Good for newcomers

Comments

@evgeniyPP
Copy link

...\node_modules\@editorjs\embed\dist\bundle.js:1:5165: Unexpected token (1:5165)

I get this error when I

import Embed from '@editorjs/embed';

and run

parcel serve main.js

package.json:

{
  ...
  "devDependencies": {
    "@editorjs/editorjs": "^2.17.0"
  },
  "dependencies": {
    "@editorjs/embed": "^2.3.1",
    "@editorjs/header": "^2.4.1",
    "@editorjs/list": "^1.4.0"
  }
}
@amittttt
Copy link

Yes.. I am also facing the same error :(
Did you get any luck here?

@Isaac-Svi
Copy link

Yup, same issue over here. Tried it with the CDN on codepen, and it works great. When I try using it with parcel, youtube refuses to connect. :/

@neSpecc neSpecc added the good first issue Good for newcomers label Oct 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

4 participants