alexcode / vue2vis

A Vuejs 2 adapter for Visjs
MIT License
217 stars 59 forks source link

'import/no-cycle' error when running examples #37

Open reckbo opened 5 years ago

reckbo commented 5 years ago
cd examples
npm install
npm run dev
Module Warning (from ./node_modules/eslint-loader/index.js):

  ✘  https://google.com/#q=import%2Fno-cycle  Definition for rule 'import/no-cycle' was not found  
  src/App.vue:1:1

✘ 1 problem (1 error, 0 warnings)

Errors:
  1  https://google.com/#q=import%2Fno-cycle

Module Warning (from ./node_modules/eslint-loader/index.js):

  ✘  https://google.com/#q=import%2Fno-cycle  Definition for rule 'import/no-cycle' was not found  
  src/main.js:1:1
tdong6 commented 4 years ago

Any updates on this? I am running into the same issue.