Hi,
We at Enento Group / Suomen Asiakastieto (Finland) are using the SurveyJS for creating surveys and gathering information form customers.
I got the task to upgrade the version from 1.9.8 to 1.9.54 by upgrading the dependencies in package.json like this:
from
Code"survey-core": "^1.9.8",
"survey-creator-react": "^1.9.8-beta.1",
"survey-pdf": "^1.9.8",
"survey-react": "^1.9.8",
to
Code"survey-core": "^1.9.54",
"survey-creator-react": "^1.9.54",
"survey-pdf": "^1.9.54",
"survey-react": "^1.9.54",
After that our surveys seem to work quite fine (no errors found yet) but the Survey Creator on the other hand throws this:
Module not found: Can't resolve 'survey-creator-react/survey-creator-react.min.css'
when we try to import the file in our custom code.
Do you have any clue where that find ended up?
Best regards,
Ronnie Snellman