简体   繁体   中英

Problem with Cypress during VUE installation

I am trying to install Vue, with Vue UI and after many errors, the command line stops working at the last error;

 {"type":"warning","data":"\"@vue/cli-plugin-e2e-cypress > eslint-plugin-cypress@2.12.1\" has unmet peer dependency \"eslint@>= 3.2.1\"."}

after many fails I give up to use VUE UI, and tried to create vue file with vue create command and command-line keeps loading since 20 mins;

yarn install v1.22.17
[1/4] Resolving packages...
[2/4] Fetching packages...
[3/4] Linking dependencies...
[4/4] Building fresh packages...
[1/1] ⠂ cypress

I think the problem at Cypress testing module, I dont know how to solve this installation problem, its been a whole day i am trying to use yarn to create an application. I tried to installed npm and node again but didnt help

Thank you,

Try to do:

npm i --legacy-peer-deps

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM