Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit15bd013

Browse files
authored
Merge pull requestalexmojaki#132 from alexmojaki/node14
upgrading to node 14alexmojaki#124
2 parents179f8cd +c223ad0 commit15bd013

File tree

4 files changed

+155
-950
lines changed

4 files changed

+155
-950
lines changed

‎Dockerfile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Stage 1 - Build frontend
2-
FROM node:12 as build-frontend
2+
FROM node:14.15.4 as build-frontend
33
WORKDIR /usr/src/app
44
COPY frontend/package-lock.json frontend/package.json ./frontend/
55

‎README.md‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Several debuggers are provided, including [snoop](https://github.com/alexmojaki/
163163
- If you get `ModuleNotFoundError: No module named 'resource'` then set the environment variable `SET_LIMITS` to `0`.
164164

165165
4. In the`frontend` folder:
166-
1. Ensure you have version12of`node` and6 of`npm`.
166+
1. Ensure you have version14.15.4 (lts/fermium)of`node` andversion 7.5.2 of`npm`.
167167

168168
If you are on Windows: (in a Powershell window with "Run as Administrator")
169169

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp