Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 2dbde96

Browse files
author
Sachin Maheshwari
committed
npm issue
1 parent 25a5b89 commit 2dbde96

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docker/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ COPY . /topcoder-x-ui
88
WORKDIR /topcoder-x-ui
99

1010
# Install the dependencies from package.json
11-
RUN npm install esm
1211
RUN npm install
1312
RUN npm run build
1413
#RUN npm test

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
"angular-ui-bootstrap": "~2.5.0",
3939
"angular-ui-router": "~1.0.23",
4040
"angularjs-datepicker": "^2.1.23",
41+
"atob": "^2.1.2",
4142
"auth0-angular": "~4.0.4",
4243
"auth0-js": "^9.11.3",
4344
"auth0-lock": "^11.17.2",
@@ -52,6 +53,7 @@
5253
"cors": "^2.8.4",
5354
"debug": "~2.6.3",
5455
"dynamoose": "^1.1.0",
56+
"esm": "^3.2.25",
5557
"express": "^4.15.4",
5658
"express-jwt": "^5.3.0",
5759
"express-session": "^1.15.5",

0 commit comments

Comments
 (0)