You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,8 @@
1
1
## Setup
2
2
3
-
This build uses node version 18.15.0 and npm version.
3
+
This build uses node version 18.15.0.
4
+
We use [Yarn](https://yarnpkg.com/) instead of npm to help us better manage dependencies from TensorFlow.js. Yarn is a newer package manager that is very similar to NPM. [Here is a cheat sheet](https://www.digitalocean.com/community/tutorials/nodejs-npm-yarn-cheatsheet) for npm vs Yarn commands.
5
+
4
6
[Install nvm](https://github.com/nvm-sh/nvm#installing-and-updating) and run the following commands:
Copy file name to clipboardExpand all lines: README.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,9 @@ Welcome to the next-generation repo for the ml5.js project! Due to the complexit
4
4
5
5
## Setup
6
6
7
-
This build uses node version 18.15.0 and npm version.
7
+
This build uses node version 18.15.0.
8
+
We use [Yarn](https://yarnpkg.com/) instead of npm to help us better manage dependencies from TensorFlow.js. Yarn is a newer package manager that is very similar to NPM. [Here is a cheat sheet](https://www.digitalocean.com/community/tutorials/nodejs-npm-yarn-cheatsheet) for npm vs Yarn commands.
9
+
8
10
[Install nvm](https://github.com/nvm-sh/nvm#installing-and-updating) and run the following commands:
0 commit comments