We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1922a7 commit 1c207a6Copy full SHA for 1c207a6
README.md
@@ -84,7 +84,7 @@ Change to the front-end directory:
84
85
### 3. Install Dependencies
86
Install necessary npm packages:
87
-* `npm install`
+* `npm install --legacy-peer-deps`
88
89
### 4. Run Development Server
90
Launch the development server:
compliance-web/Dockerfile
@@ -12,7 +12,7 @@ ENV PATH /app/node_modules/.bin:$PATH
12
COPY package.json ./
13
COPY package-lock.json ./
14
15
-RUN npm install --silent
+RUN npm install --silent --legacy-peer-deps
16
17
# create and set user permissions to app folder
18
RUN mkdir -p node_modules/.cache && chmod -R 777 node_modules/.cache
0 commit comments