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
c2f0e52f
Unverified
Commit
c2f0e52f
authored
Mar 01, 2023
by
mergify[bot]
Committed by
GitHub
Mar 01, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #5016 from alexreyes/contributing-doc-patch
Fix: Install correct node version before yarn install
parents
6f6a308c
b83924db
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
4 deletions
+9
-4
CONTRIBUTING.md
CONTRIBUTING.md
+9
-4
No files found.
CONTRIBUTING.md
View file @
c2f0e52f
...
...
@@ -70,22 +70,27 @@ You'll need the following:
### Setup
Clone the repository
, open it, and install nodejs packages with
`yarn`
:
Clone the repository
and open it
:
```
bash
git clone git@github.com:ethereum-optimism/optimism.git
cd
optimism
yarn
install
```
### Install the Correct Version of NodeJS
Using
`nvm`
, install the correct version of NodeJS.
Install node v16.16.0 with
[
nvm
](
https://github.com/nvm-sh/nvm
)
```
```
bash
nvm use
```
### Install node modules with Yarn
```
bash
yarn
install
```
### Building the TypeScript packages
[
foundry
](
https://github.com/foundry-rs/foundry
)
is used for some smart contract
...
...
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