Mattèo Gauthier

Results 74 issues of Mattèo Gauthier

I added a plugin `/plugins/menu.js` ``` 'use strict' import Vue from 'Vue' import VueStripeMenu from 'vue-stripe-menu' import 'vue-stripe-menu/dist/vue-stripe-menu.css' Vue.use(VueStripeMenu) ``` And i got a lot of error, ```bash WARN in...

``` Error: Cannot find module 'vue\package.json' ```

``` ERROR Could not compile template D:\\WorkFolder\\Devlopment\\Tests\\NuxtJs\\vuecms\\node_modules\\@nuxt\\vue-app\\template\\App.js: Cannot resolve "bootstrap/dist/css/bootstrap.css" from "D:\WorkFolder\Devlopment\Tests\NuxtJs\vuecms\bootstrap\dist\css\bootstrap.css" ```

When I tried to edit content, on key `Enter` studio logs error

Missing dependencies during serve, ``` These dependencies were not found: * vuelidate in ./src/main.js * vuelidate/lib/validators in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./node_modules/ babel-loader/lib!./node_modules/cache-loader/dist/cjs.js??ref--0-0!./node_modules/vue-loader/lib ??vue-loader-options!./src/views/EventCreate.vue?vue&type=script&lang=js& To install them, you can run: npm install --save vuelidate...

Get an error when the gitpod is launched ```stdout npm WARN [email protected] requires a peer of eslint@^4.9.0 but none is installed. You must install peer dependencies yourself. npm WARN [email protected]...

help wanted

Hey, I got an issue when I try to use yt-wsp.sh example : ```` # ./examples/yt-wsp.sh https://www.youtube.com/watch?v=3Z8O5IjWDEk ./examples/yt-wsp.sh: line 42: realpath: command not found ```

bug
good first issue

Hey ! I wanted to know if there is a calculation to estimate the RAM consumption of an upscale image. I would like the process not to exceed 8GB of...

Hey, love this project, it's so simple to use ! I wanted to test the two architecture with the same version. I tried `fnm install --lts --arch x64` but ```shell...