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

Breaking change in @findify/[email protected] #723

Open
igarcez opened this issue Aug 16, 2021 · 0 comments
Open

Breaking change in @findify/[email protected] #723

igarcez opened this issue Aug 16, 2021 · 0 comments

Comments

@igarcez
Copy link

igarcez commented Aug 16, 2021

It fails to compile with nuxt

 ERROR  in ./node_modules/@findify/sdk/lib/api.js                                                                                   friendly-errors 15:43:41

Module parse failed: Unexpected token (44:36)                                                                                       friendly-errors 15:43:41
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|     })
|         .catch((err) => {
>         const status = err.response?.status;
|         if (status >= 400 && status < 500)
|             return reject(false);
                                                                                                                                    friendly-errors 15:43:41
 @ ./node_modules/@findify/sdk/lib/client/Client.js 3:0-30 23:15-23
 @ ./node_modules/@findify/sdk/lib/client/index.js
 @ ./node_modules/@findify/sdk/lib/index.js
 @ ./plugins/findify.js
 @ ./.nuxt/index.js
 @ ./.nuxt/client.js
 @ multi ./node_modules/eventsource-polyfill/dist/browserify-eventsource.js (webpack)-hot-middleware/client.js?reload=true&timeout=30000&ansiColors=&overlayStyles=&path=%2F__webpack_hmr%2Fclient&name=client ./.nuxt/client.js
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