quasar: Codesandbox not working for quasarv2
Describe the bug Forking the codesandbox quasar minimal demo app doesn’t works, it result in an error.
To Reproduce 1 : Fork a code sandbox from the quasar demo app link : https://codesandbox.quasar.dev 2 : Start the app
Here is my version of the fork : https://codesandbox.io/s/eager-sky-b35nq?file=/src/App.vue I just forked it, and run it. I straightly got the error
Expected behavior We hsould see a working quasar app
** Error **
Main error
The server output this error on startup :
(Use `node --trace-warnings ...` to show where the warning was created)
(node:121) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejectinga promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 2)
(node:121) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
Error with esling
The quasar app is outputting an error when starting which make the dev server failing to build Moreover, the integrated ESLint ouptut this error :
Parsing error: Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...</>?
3 | </template>
4 |
> 5 | <script>
| ^
6 | export default {
7 | name: 'App'
8 | } (null)eslint
Platform (please complete the following information): Quasar Version: 2.0.0
Thank you !
About this issue
- Original URL
- State: closed
- Created 3 years ago
- Comments: 16 (9 by maintainers)
Just a quick update, we are almost there. I’ve asked the Q be made a capital Q. Also, they said because the template is coming from Github, they can’t add the “by the Quasar Team” below the name, but they’ll be doing some work in the future to make it possible.
Scott