Module parse failed #31
-
|
Hi! Compiled with problems:X ERROR in ./node_modules/talkr/dist/index.es.js 1:0 Module parse failed: 'import' and 'export' may appear only with 'sourceType: module' (1:0)
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
Hi @AntonMarkhotski ! Thanks for your interest in Talkr! Do you use Create React App? I didn't have any issue with the new build on a codesandbox or on custom React projects, so I assumed everything was fine. But I rollbacked to a previous build version. It should work now. I've just tested it with CRA, everything looks fine. Please make sure you have installed version |
Beta Was this translation helpful? Give feedback.
Hi @AntonMarkhotski !
Thanks for your interest in Talkr! Do you use Create React App? I didn't have any issue with the new build on a codesandbox or on custom React projects, so I assumed everything was fine. But I rollbacked to a previous build version. It should work now. I've just tested it with CRA, everything looks fine.
Please make sure you have installed version
3.3.9. If the issue persists, please let me know. You can use3.3.7meanwhile (writetalkr: "3.3.7"and not"talkr": "^3.3.7"in yourpackage.jsonto force the version3.3.7). But3.3.9should be fine.