Skip to content

Commit

Permalink
fix: install error due to peer conflict
Browse files Browse the repository at this point in the history
  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
ghassanmas committed Jun 27, 2022
1 parent c39fd33 commit 8b70df6
Show file tree
Hide file tree
Showing 2 changed files with 112 additions and 115 deletions.
Loading

0 comments on commit 8b70df6

Please sign in to comment.