Metadata
Description
I tried to build c2lc-coding-environment
on Node 12 on Windows 10 and got errors when:
npx flow
- I got approximated 100 errors saying that modules could not be found
npm start
- I got a warning about a module with the same same differing only in case
Unfortunately, I did not record the errors. But instead installed Node 10, which worked without error. I then re-installed Node 12, but no longer get any errors and I am unable to reproduce the errors that I was seeing.
In all cases, I was building the current master
branch:
Comments
-
Simon Bates commented
2020-01-23T14:24:00.203-0500 I will expand the CI workflow to build with Node 10 and Node 12 on Windows and Mac, in addition to Ubuntu.
-
Simon Bates commented
2020-01-23T14:53:35.687-0500 All combinations of:
- OS: Ubuntu 18.04, Windows, Mac
- Node 10, Node 12
build successfully on GitHub Actions:
-
Simon Bates commented
2020-01-23T14:54:25.578-0500 I will close this issue as I am unable to reproduce the errors that I was seeing.