conversationai / perspectiveapi-authorship-demo

Example code to illustrate how to build an authorship experience using the perspective API
Apache License 2.0
66 stars 22 forks source link

Removing yarn.lock and reinstalling packages breaks the tests #65

Closed rachelrosengoogle closed 6 years ago

rachelrosengoogle commented 6 years ago

Repro steps:

  1. rm yarn.lock
  2. remove -r node_modules
  3. yarn install

The likely cause is that at some point package.json and yarn.lock became out of sync. We should get them back in sync.