question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Codesandbox not working for quasarv2

See original GitHub issue

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 !

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:16 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
smolinaricommented, Nov 19, 2021

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.

image

Scott

0reactions
rstoenescucommented, Nov 19, 2021

Thanks for taking care of this @smolinari

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found