-
Failed to load plugin 'vue' declared in '.eslintrc.cjs » @antfu/eslint-config » @antfu/eslint-config-vue': Unexpected token '.'
-
I tried adding this to my yarn project which uses [PnP](https://v3.yarnpkg.com/features/pnp) and it failed with several dependency errors.
First issues is that vue-eslint-parser is configured as a …
urkle updated
9 months ago
-
主应用版本:vue2 + qiankun2.10.8
主应用package.json
```
{
"name": "qiankun_main",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-…
-
Ok, I am losing my mind on this one. xD
My problem, it seems, that the `background.ts` file is not even being compiled to the `dist_electron/bundled` folder.
`Serve` works fine... but `build` does…
-
When running `yarn add eslint-config-vuetify -D ` I get the following error
error An unexpected error occurred: "could not find a copy of eslint to link in /home/jeff/wexite/client/node_modules/esl…
-
~~_Summary:_ The community is requesting that we update `@vercel/node` to a more recent version of `typescript`.~~
_Updated summary:_
>Vercel should either
>- Run the version of typescript that …
-
### Pre-flight checklist
- [X] I have read the [contribution documentation](https://github.com/electron/forge/blob/main/CONTRIBUTING.md) for this project.
- [X] I agree to follow the [code of conduct…
-
Getting the below error during npm run build, with dependency on vue-cli-plugin-apollo 0.21.3. I get this failure on my Windows 10 machine, and also building it inside of the maven:3.6.3-amazoncorret…
-
My nuxt.config snippet
` build: {
publicPath: "/assets/",
extractCSS: true,
/*
** Run ESLint on save
*/
extend(config, ctx) {
if (ctx.isDev && ctx.isClient) {
…
-
#### What happens
After adding Vuesax to Vue, when running the application in development mode it does not work as expected, not even loading, because of a `Uncaught TypeError: superClass is undefi…