I am learning Cypress, but can’t seem to resolve this error I am getting in my jsconfig.josn file. It says,
Blockquote
"File ‘d:/cy-practice/node_modules/cypress/types’ not found.
The file is in the program because:
Matched by include pattern ‘./node_modules/cypress’ in ‘d:/cy-practice/jsconfig.json’
Ys, I added that file, because the tutorial I am following it says, if I don’t want to add /// in every spec file, then I should create a file named jsconfig.json and add those line of code there. It was not showing any error, just when I pushed it to remote git repo it started showing this error.