Skip to content

Commit b89ccb0

Browse files
committed
Added reason to use yarn
1 parent 1a05280 commit b89ccb0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## Setup
22

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+
46
[Install nvm](https://github.com/nvm-sh/nvm#installing-and-updating) and run the following commands:
57

68
```

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@ Welcome to the next-generation repo for the ml5.js project! Due to the complexit
44

55
## Setup
66

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+
810
[Install nvm](https://github.com/nvm-sh/nvm#installing-and-updating) and run the following commands:
911

1012
```

0 commit comments

Comments
 (0)