These dependencies were not found: asyncToGenerator & 9 others.
See original GitHub issueI’ve been trying to implement TipTap in one of my projects. I installed both tiptap & tiptap extensions:
"tiptap": "^1.29.4",
"tiptap-extensions": "^1.32.1",
I just used the example on the Github page, i.e. https://github.com/ueberdosis/tiptap#extensions
For some reason, that gives me the following errors:
Any idea how to solve this? Maybe I am missing something?
EDIT: If I try to reproduce it in something like a codesandbox, I can’t. In codesandbox, it just works out of the box.
EDIT 2: If I downgrade to "tiptap-extensions": 1.28.6
it does work (that’s a version I used in an older project).
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:10 (9 by maintainers)
Top Results From Across the Web
These dependencies were not found: asyncToGenerator & 9 ...
I've been trying to implement TipTap in one of my projects. I installed both tiptap & tiptap extensions:
Read more >Cannot find module 'babel-runtime/helpers/asyncToGenerator'
What is the expected behavior? I should get yarn's version. Steps to Reproduce. On a Debian "testing" system, install nvm from upstream; install...
Read more >Modules/dependency not found using mocha-webpack in a ...
I've been trying to set up CI using Buddy.works, which I configured to use a standard library/node:9.11.1 Docker image to build and test...
Read more >Upgrade to Babel 7
Assuming your node_modules folder is in . , in Babel 6 this would fail because the preset could not be found. This change...
Read more >[Solved]core-js issue | Quasar Framework Community
node_modules/quasar/src/lang.js and 10 others To install them, ... to compile with 699 errors 5:47:30 PM These dependencies were not found: ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@hanspagel @Chrissi2812 Yes, I’ve updated this morning and it works fine now. Thanks for looking into this 😃.
Tagged as 1.32.3. Hope that works! 👍 Thanks for reporting, and thanks for the help!