Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(chromeos): Fix loading of node-fetch library (#87)
node-fetch is an ES module, and you can't require() ESM from a non-ESM script. I'm not sure when this changed, or with what versions of node and this package it used to work, but downgrading to node-fetch v2 gives us the non-ESM version that works.
- Loading branch information