You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: DOCUMENTATION/content/documentation/index.md
+2-14Lines changed: 2 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1264,21 +1264,9 @@ It should be like this:
1264
1264
1265
1265
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:
1266
1266
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
1272
1268
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`
1282
1270
1283
1271
3 - Re-build the container `docker-compose build workspace`
0 commit comments