vue-stripe / vue-stripe-checkout-nuxt-demo

A demo on how to implement vue-stripe-checkout in Nuxt.js
39 stars 12 forks source link

demo dev not working #15

Closed gadelkareem closed 1 year ago

gadelkareem commented 3 years ago

i am getting this error after running yarn dev


> yarn dev
yarn run v1.22.10
$ nuxt

   ╭───────────────────────────────────────╮
   │                                       │
   │   Nuxt.js @ v2.14.7                   │
   │                                       │
   │   ▸ Environment: development          │
   │   ▸ Rendering:   server-side          │
   │   ▸ Target:      server               │
   │                                       │
   │   Listening: http://localhost:3000/   │
   │                                       │
   ╰───────────────────────────────────────╯

ℹ Preparing project for development                                                                                                                                                                                           22:39:07
ℹ Initial build may take a while                                                                                                                                                                                              22:39:07
✔ Builder initialized                                                                                                                                                                                                         22:39:07
✔ Nuxt files generated                                                                                                                                                                                                        22:39:07

 WARN  Browserslist: caniuse-lite is outdated. Please run:                                                                                                                                                                    22:39:08
npx browserslist@latest --update-db

Why you should do it regularly:
https://github.com/browserslist/browserslist#browsers-data-updating

● Client █████████████████████████ building (53%) 362/388 modules 26 active
 node_modules/core-js/modules/es.object.values.js

● Server █████████████████████████ building (24%) 120/147 modules 27 active
 babel-loader › node_modules/vuetify/lib/services/goto/util.js

Assertion failed: (thread_id_key != 0x7777), function find_thread_id_key, file ../src/coroutine.cc, line 134.
error Command failed with signal "SIGABRT".
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
gregpalaci commented 1 year ago

sass-loader and post css loader seem to be missing and the version of vuetify doesnt compile not sure why gave up

you might try sass-loader 10 to get closer "sass": "^1.57.1", "sass-loader": "^10" "postcss": "^8.4.20", "postcss-loader": "^7.0.2"