Updating to 0.18 seemingly removed my node_modules folder for my project which I found odd. Attempting to run Cypress gave the error Error: Couldn't find preset "es2015" relative to directory...
After running npm i things seem to be working, but I'm not sure if this is because my library happens to include babel-preset-es2015. If my project did not rely on babel would this have worked?
This may be an oddity of the update and not a bug, but reporting in case it is a larger issue. For the moment, everything is ok on my end.
Updating to 0.18 seemingly removed my node_modules folder for my project which I found odd. Attempting to run Cypress gave the error
Error: Couldn't find preset "es2015" relative to directory...After running
npm ithings seem to be working, but I'm not sure if this is because my library happens to includebabel-preset-es2015. If my project did not rely on babel would this have worked?This may be an oddity of the update and not a bug, but reporting in case it is a larger issue. For the moment, everything is ok on my end.