You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
install local version of plugin npm i vue-fuse ../vue-fuse
Add vue fuse to main.js
npm run serve
What is expected?
The project builds
What is actually happening?
ERROR Failed to compile with 1 errors 19:10:16
Module build failed (from ./node_modules/eslint-loader/index.js):
Error: Cannot find module '@vue/eslint-config-standard'
Referenced from: /Users/shayneosullivan/projects/vue-fuse/.eslintrc.js
at ModuleResolver.resolve (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/util/module-resolver.js:72:19)
at resolve (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/config/config-file.js:507:28)
at load (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/config/config-file.js:579:26)
at configExtends.reduceRight (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/config/config-file.js:453:36)
at Array.reduceRight (<anonymous>)
at applyExtends (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/config/config-file.js:431:26)
at loadFromDisk (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/config/config-file.js:551:22)
at Object.load (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/config/config-file.js:587:20)
at Config.getLocalConfigHierarchy (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/config.js:240:44)
at Config.getConfigHierarchy (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/config.js:192:43)
at Config.getConfigVector (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/config.js:299:21)
at Config.getConfig (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/config.js:342:29)
at processText (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/cli-engine.js:181:33)
at CLIEngine.executeOnText (/Users/shayneosullivan/projects/tester/node_modules/eslint/lib/cli-engine.js:690:40)
at lint (/Users/shayneosullivan/projects/tester/node_modules/eslint-loader/index.js:263:17)
at transform (/Users/shayneosullivan/projects/tester/node_modules/eslint-loader/index.js:237:18)
The text was updated successfully, but these errors were encountered:
Version
3.5.4
Reproduction link
https://github.com/shayneo/vue-fuse/tree/fix-install-method
Environment info
Steps to reproduce
vue create tester
npm i vue-fuse ../vue-fuse
npm run serve
What is expected?
The project builds
What is actually happening?
The text was updated successfully, but these errors were encountered: