powerful-orange-86819
06/02/2022, 7:14 AMwonderful-match-15836
06/02/2022, 12:24 PMnpm install cypress@10.0.1
on a project and it worked as expectedpowerful-orange-86819
06/02/2022, 12:31 PMnpm install -D cypress@10.0.1
which i've been running
Heres my dependencies object:
json
{
"dependencies": {
"ajv": "^8.11.0",
"cypress-file-upload": "^5.0.8",
"cypress-mochawesome-reporter": "^3.1.0",
"dayjs": "^1.11.2",
"del": "^6.1.1",
"install": "^0.13.0",
"mochawesome": "^7.0.1",
"mochawesome-report-generator": "^6.0.1",
"@stomp/stompjs": "^6.1.2",
"chance": "^1.1.8",
"discord.js": "^13.6.0",
"lodash": "^4.17.21",
"pg": "^8.7.3",
"cypress": "^10.0.0"
}
}
wonderful-match-15836
06/02/2022, 12:40 PM--save-dev
flag when I looked at this, hmm. Same result for me with -D
, no "No matching version found" errors. Surprised you would hit this for 10.0.1 and not 10.0.0 🤔powerful-orange-86819
06/02/2022, 12:46 PMnpm install cypress@10.0.1
and i still get these errorsswift-angle-95455
06/02/2022, 5:12 PMwonderful-match-15836
06/02/2022, 9:19 PM