Skip to content

Commit 5ccd4c9

Browse files
nipunn1313Convex, Inc.
authored and
Convex, Inc.
committed
Prefer clean-install to install (#28918)
The --prefix option does not work on windows with `npm install` See #7 GitOrigin-RevId: dcb4fbf45aa1d80b6595a804cc9cb9e1ebb13463
1 parent a735dfb commit 5ccd4c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ To [build the backend from source](#building-from-source):
9393
- Assuming you installed Rust/Cargo with `rustup`, this will install
9494
automatically.
9595
- Rush
96-
- `npm install --prefix scripts`
96+
- `npm clean-install --prefix scripts`
9797
- We manage the packages in a monorepo using [Rush](https://rushjs.io/).
9898
- Convex JavaScript dependencies
9999
- `just rush install`

0 commit comments

Comments
 (0)