Closed joeyklee closed 5 years ago
If you are on node version 10, the Travis test on your PR might fail.
To add to @joeyklee's suggestions:
We need to delete package-lock.json
& yarn.lock.json
file & node_modules
before running yarn install
or npm install
again.
Closing this issue now. Thanks!
There were some issues with checking PRs and the CI. I thought it would be worth documenting and noting the fix for cases in which a PR does not pass the CI test as noted here: https://github.com/ml5js/ml5-library/pull/254#issuecomment-451720071
Steps:
node_modules
npm install
yarn install
username
andaccessKey
in thekarma.conf.js
yarn test
yarn test-travis
package.lock
Hope this helps / makes sense!
Thanks! 🙏