Error when using the "--export" switch.
July 8, 2021 at 7:54pmError when using the "--export" switch.
July 8, 2021 at 7:54pmI have created my script and am running locally. I wanted to use the --export switch. However, when I do, the test completes, but then an error happens:
at processImmediate (node:internal/timers:464:21) AssertionError [ERR_ASSERTION]: Trying to copy from a source that does not exist: C:\Users\swamp\AppData\Local\Yarn\Data\global\node_modules\\element-cli\templates\report\styles.csscli\templates\report\styles.css
Sure enough, this doesn't exists. However, there is a file called "styles.scss." Should something have created the css from the sass file during installation?
Chuck