Codesandbox not working for quasarv2
See original GitHub issueDescribe 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 !
Issue Analytics
- State:
- Created 2 years ago
- Comments:16 (9 by maintainers)
Top Results From Across the Web
quasar examples - CodeSandbox
Learn how to use quasar by viewing and forking example apps that make use of quasar on CodeSandbox. quasarframework/quasar-codesandboxA Quasar Framework app.
Read more >Quasar v2 Samples - CodeSandbox
template builds a full application running in the. development server mode. With the app running in. Codesandbox, you can work with a FULL...
Read more >quasar-v2-samples - CodeSandbox
template builds a full application running in the. development server mode. With the app running in. Codesandbox, you can work with a FULL...
Read more >primevue examples - CodeSandbox
Learn how to use primevue by viewing and forking primevue example apps on CodeSandbox.
Read more >@vueuse/core examples - CodeSandbox
quasar2 -storybook-boilerplatequasar2-storybook-boilerplate ... github.com/vueuse/vueuse/issues · @vueuse/core. Collaborators. antfu egoist tahul. Product.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
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
Thanks for taking care of this @smolinari