googlearchive / cloud-functions-emulator

A local emulator for deploying, running, and debugging Google Cloud Functions.
https://github.com/GoogleCloudPlatform/cloud-functions-emulator/wiki
Apache License 2.0
827 stars 115 forks source link

Update engines requirement #287

Closed laurenzlong closed 5 years ago

laurenzlong commented 5 years ago

Updating the engines field of package.json, so users can install the package while running Node 8, and with the engine-strict flag on.

I changed the version to be above or equal to 6, and under Node 10. The rationale is that Node 10 does not work well with the emulator (see https://github.com/GoogleCloudPlatform/cloud-functions-emulator/issues/205)

Shyam-Chen commented 5 years ago

281 Exclude Node.js v9?