WebPack Compilation Error on macOS Big Sur 11.4 on newly generated project #17700
Labels
npm: webpack-batteries-included-preprocessor
@cypress/webpack-batteries-included-preprocessor package issues
Current behavior
I created a new folder, ran
yarn add -D cypress
, then openend cypress via./node_modules/.bin/cypress open
and clicked thetodo.spec.js
which was autogenerated.Cypress threw a WebPack Compile Error:
Stack
This happened on all Cypress Versions until 4.x. I tried the internal Electron Browser and Chromium 94.
Desired behavior
It should run the example test without a compilation error
Test code to reproduce
Create a new folder, run
yarn add -D cypress
and./node_modules/.bin/cypress open
. Click thetodo.spec.js
Cypress Version
8.2.0
Other
Intel-Based macOS 11.4 (20F71)
Node v16.4.2 (which shouldn't matter I guess)
yarn as package manager
I also removed all Cypress Caches and tried again. Same error.
The text was updated successfully, but these errors were encountered: