We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
...\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" } }
The text was updated successfully, but these errors were encountered:
Yes.. I am also facing the same error :( Did you get any luck here?
Sorry, something went wrong.
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. :/
No branches or pull requests
I get this error when I
and run
package.json:
The text was updated successfully, but these errors were encountered: