Skip to content

Commit

Permalink
fix(build): ignore max node limitation
Browse files Browse the repository at this point in the history
see eclipse-theia/dugite-extra#49 we can yolo this one

adjust documenation

see #93
see #91
see #94
  • Loading branch information
duncdrum committed Jul 30, 2021
1 parent 66b29ec commit 54af984
Show file tree
Hide file tree
Showing 2 changed files with 9,289 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ npm install -g yarn
git clone https://github.com/evolvedbinary/fusion-studio.git
cd fusion-studio
export NODE_OPTIONS="--max-old-space-size=8192"
yarn && yarn build
yarn install --ignore-engines && yarn build
```

### On Windows:
```pwsh
git clone https://github.com/evolvedbinary/fusion-studio.git
cd fusion-studio
set NODE_OPTIONS=--max-old-space-size=8192
yarn && yarn build
yarn install --ignore-engines && yarn build
```

## Creating Application Packages
Expand Down
Loading

0 comments on commit 54af984

Please sign in to comment.