File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -14,9 +14,10 @@ Developer Documentation.
14
14
15
15
## Setting up an Environment
16
16
17
- To run the test suite and our code linter, node.js and yarn are required .
17
+ We use [ Volta ] ( https://volta.sh/ ) to ensure we use consistent versions of node, yarn and pnpm .
18
18
19
- [ ` node ` download] ( https://nodejs.org/download ) [ ` yarn ` download] ( https://yarnpkg.com/en/docs/install )
19
+ Make sure to also enable [ pnpm support in Volta] ( https://docs.volta.sh/advanced/pnpm ) if you want to run the E2E tests
20
+ locally.
20
21
21
22
` sentry-javascript ` is a monorepo containing several packages, and we use ` lerna ` to manage them. To get started,
22
23
install all dependencies, and then perform an initial build, so TypeScript can read all of the linked type definitions.
You can’t perform that action at this time.
0 commit comments