Replies: 2 comments
-
Are you using TypeScript or JavaScript in your project? |
Beta Was this translation helpful? Give feedback.
0 replies
-
The issue was fixed in https://github.com/artf/grapesjs/releases/tag/v0.17.29 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Before the last version update, all I had to was use the
npm i grapesjs
command.Then
import grapesjs from 'grapesjs';
and everything worked.Now it just doesn't work. I don't know if it's me doing something wrong, or something changed.
The message error I receive is:
"Could not find a declaration file for module 'grapesjs'. 'c:/Users/XXX/test-grapesjs/node_modules/grapesjs/dist/grapes.min.js' implicitly has an 'any' type.
Try
npm i --save-dev @types/grapesjs
if it exists or add a new declaration (.d.ts) file containingdeclare module 'grapesjs';
"It never happened before. What could it be?
Beta Was this translation helpful? Give feedback.
All reactions