Skip to content

Commit da5b319

Browse files
riyasonejilahirujayathilake
riyasoneji
authored andcommitted
Node.js Version Update
The README suggests installing the latest version of Node.js. This advice was based on the situation before version '20.12.0' was released. Version 19 is required.
1 parent afd1fb9 commit da5b319

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# node image is based on Debian and includes necessary build tools
2-
FROM node:lts as build-stage
2+
FROM node:19.9.0 as build-stage
33

44
# build api javascript
55
# api must come first, then common, since the others depend on these

README.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ The Airavata Django Portal works with Python versions 3.6 - 3.10. You'll need
2020
one of these versions installed locally.
2121

2222
You'll also need Node.js and yarn to build the JavaScript frontend code. Please
23-
install
24-
[the most recent LTS version of Node.js](https://nodejs.org/en/download/). You
23+
install Node.js version 19. You
2524
can also use [nvm](https://github.com/nvm-sh/nvm) to manage the Node.js install.
2625
If you have nvm installed you can run `nvm install && nvm use` before running
2726
any yarn commands. See

0 commit comments

Comments
 (0)