-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ikoenigsknecht
committed
Dec 21, 2024
1 parent
78981c1
commit d5fcf67
Showing
2 changed files
with
12 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,9 +8,10 @@ Here are the steps: | |
2. In `quiet/` (project's root) install monorepo's dependencies and bootstrap the project with lerna. It will take care of the package's dependencies and trigger a prepublish script which builds them. | ||
|
||
``` | ||
nvm use | ||
npm i [email protected] | ||
npm i [email protected] | ||
npm run lerna bootstrap | ||
npm run bootstrap | ||
``` | ||
|
||
If you run into problems please double check if you have exact version Node and NPM as listed in point 0. | ||
|