C2LC-157: Error running flow and npm start on Node 12 on Windows 10

Metadata

Source
C2LC-157
Type
Bug
Priority
N/A
Status
Done
Resolution
N/A
Assignee
N/A
Reporter
Created
2020-01-23T14:20:37.172-0500
Updated
2020-02-20T12:53:45.920-0500
Versions
N/A
Fixed Versions
  1. Coding Env 0.2.1
Component
N/A

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