Skip to content

Commit 3509473

Browse files
Omranicbestlong
authored andcommitted
Update node & yarn install instructions (laradock#1633)
1 parent 5521f71 commit 3509473

1 file changed

Lines changed: 2 additions & 14 deletions

File tree

  • DOCUMENTATION/content/documentation

DOCUMENTATION/content/documentation/index.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,21 +1264,9 @@ It should be like this:
12641264

12651265
Yarn is a new package manager for JavaScript. It is so faster than npm, which you can find [here](http://yarnpkg.com/en/compare).To install NodeJS and [Yarn](https://yarnpkg.com/) in the Workspace container:
12661266

1267-
1 - Open the `docker-compose.yml` file
1268-
1269-
2 - Search for the `INSTALL_NODE` and `INSTALL_YARN` argument under the Workspace Container and set it to `true`
1270-
1271-
It should be like this:
1267+
1 - Open the `.env` file
12721268

1273-
```yml
1274-
workspace:
1275-
build:
1276-
context: ./workspace
1277-
args:
1278-
- INSTALL_NODE=true
1279-
- INSTALL_YARN=true
1280-
...
1281-
```
1269+
2 - Search for the `WORKSPACE_INSTALL_NODE` and `WORKSPACE_INSTALL_YARN` argument under the Workspace Container and set it to `true`
12821270

12831271
3 - Re-build the container `docker-compose build workspace`
12841272

0 commit comments

Comments
 (0)