Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: install error due to peer conflict
This fixes install error on node 16 and npm => 12 The install error is due to confliect of peer dependecy. The project is using tensorflow-models/blazeface 0.0.7 which require tensorflow/tfjs-converter and tensorflow/tfjs-core to be ^3.11.0 ref: https://github.com/tensorflow/tfjs-models/blob/dcec078d66eb36e36cae516e1581d69d50d4fca3/blazeface/package.json#L15-L18 Note: this might not have caused erros before, because probably npm older version didn't catch but it was suppose to.
- Loading branch information