ml5js / ml5-next-gen

Repo for next generation of ml5.js: friendly machine learning for the web! 🤖
https://ml5js.org/
Other
94 stars 23 forks source link

update dev environment setup instruction #189

Closed ziyuan-linn closed 3 months ago

ziyuan-linn commented 3 months ago

The PR updates the dev environment setup instruction to include a workaround for potential yarn versioning issues.

cc @sharellb Just FYI I think the issue we ran into might be caused by a different version of yarn installed in another nvm installation of node.js. However, I am not able to consistently reproduce the error. The fix npm i -g --force yarn also did not always work. If someone runs into this problem again, I think the best workaround for now is to just uninstall other nvm node.js installations that have the wrong version of yarn.

shiffman commented 3 months ago

Looks good, thanks for all the work on the release @sharellb and @ziyuan-linn!