Skip to content
New issue

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

Can't reexport the named export 'XXX' from non EcmaScript module #14

Open
JFed-9 opened this issue Jun 7, 2022 · 0 comments
Open

Can't reexport the named export 'XXX' from non EcmaScript module #14

JFed-9 opened this issue Jun 7, 2022 · 0 comments

Comments

@JFed-9
Copy link

JFed-9 commented Jun 7, 2022

After following the tutorial (npm i k-domains @nuxtjs/router), and applying the change to the nuxt config file and the pages directory, every page gives this error multiple times:

 ERROR  in ./node_modules/@nuxtjs/composition-api/dist/runtime/index.mjs                                                                                                                                                                                   friendly-errors 17:20:48  

Can't reexport the named export 'watchEffect' from non EcmaScript module (only default export is available)                                                                                                                                                friendly-errors 17:20:48  
                                                                                                                                                                                                                                                           friendly-errors 17:20:48  

 ERROR  in ./node_modules/@nuxtjs/composition-api/dist/runtime/index.mjs                                                                                                                                                                                   friendly-errors 17:20:48  

Can't reexport the named export 'watchPostEffect' from non EcmaScript module (only default export is available)                                                                                                                                            friendly-errors 17:20:48  
                                                                                                                                                                                                                                                           friendly-errors 17:20:48  

 ERROR  in ./node_modules/@nuxtjs/composition-api/dist/runtime/index.mjs                                                                                                                                                                                   friendly-errors 17:20:48  

Can't reexport the named export 'watchSyncEffect' from non EcmaScript module (only default export is available)     
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant