Update npm install command
This commit is contained in:
parent
6038e04ccc
commit
ca41edea22
@ -77,13 +77,13 @@ Query OK, 0 rows affected (0.00 sec)
|
|||||||
|
|
||||||
#### Build
|
#### Build
|
||||||
|
|
||||||
_Make sure to use Node.js 16.15 and npm 7._
|
_Make sure to use Node.js 16.10 and npm 7._
|
||||||
|
|
||||||
Install dependencies with `npm` and build the backend:
|
Install dependencies with `npm` and build the backend:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd backend
|
cd backend
|
||||||
npm install # add --prod for production
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ $ npm run config:defaults:bisq
|
|||||||
|
|
||||||
### 3. Run the Frontend
|
### 3. Run the Frontend
|
||||||
|
|
||||||
_Make sure to use Node.js 16.15 and npm 7._
|
_Make sure to use Node.js 16.10 and npm 7._
|
||||||
|
|
||||||
Install project dependencies and run the frontend server:
|
Install project dependencies and run the frontend server:
|
||||||
|
|
||||||
@ -71,13 +71,13 @@ Set up the [Mempool backend](../backend/) first, if you haven't already.
|
|||||||
|
|
||||||
### 1. Build the Frontend
|
### 1. Build the Frontend
|
||||||
|
|
||||||
_Node.js 16 and npm 7 are recommended._
|
_Make sure to use Node.js 16.10 and npm 7._
|
||||||
|
|
||||||
Build the frontend:
|
Build the frontend:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd frontend
|
cd frontend
|
||||||
npm install # add --prod for production
|
npm install
|
||||||
npm run build
|
npm run build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user