Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
N
nebula
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
exchain
nebula
Commits
37290679
Unverified
Commit
37290679
authored
Nov 02, 2021
by
Kelvin Fichter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: update CONTRIBUTING.md with nvm instructions
parent
ce96e866
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
CONTRIBUTING.md
CONTRIBUTING.md
+9
-0
No files found.
CONTRIBUTING.md
View file @
37290679
...
@@ -60,6 +60,7 @@ You'll need the following:
...
@@ -60,6 +60,7 @@ You'll need the following:
*
[
Git
](
https://git-scm.com/downloads
)
*
[
Git
](
https://git-scm.com/downloads
)
*
[
NodeJS
](
https://nodejs.org/en/download/
)
*
[
NodeJS
](
https://nodejs.org/en/download/
)
*
[
Node Version Manager
](
https://github.com/nvm-sh/nvm
)
*
[
Yarn
](
https://classic.yarnpkg.com/en/docs/install
)
*
[
Yarn
](
https://classic.yarnpkg.com/en/docs/install
)
*
[
Docker
](
https://docs.docker.com/get-docker/
)
*
[
Docker
](
https://docs.docker.com/get-docker/
)
*
[
Docker Compose
](
https://docs.docker.com/compose/install/
)
*
[
Docker Compose
](
https://docs.docker.com/compose/install/
)
...
@@ -74,6 +75,14 @@ cd optimism
...
@@ -74,6 +75,14 @@ cd optimism
yarn
install
yarn
install
```
```
### Install the Correct Version of NodeJS
Using
`nvm`
, install the correct version of NodeJS.
```
nvm use
```
### Building the TypeScript packages
### Building the TypeScript packages
To build all of the
[
TypeScript packages
](
./packages
)
, run:
To build all of the
[
TypeScript packages
](
./packages
)
, run:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment