Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

node --http-parser=legacy x/db/import-schools.js 

Note that this will fail on recent Node versions with an error on a stray char in the response headers. Node LTS 12 works though, and probably should be the version used for the project in any case.

For Production Cloud Servers

...