diff --git a/.gitpod.yml b/.gitpod.yml
index 561556d1..6c2233a8 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -3,7 +3,7 @@ image:
# List the start up tasks. Learn more https://www.gitpod.io/docs/config-start-tasks/
tasks:
- - init: npm install && npm run build
+ - init: npm install --legacy-peer-deps && npm run build
command: npm start
# List the ports to expose. Learn more https://www.gitpod.io/docs/config-ports/
diff --git a/src/pages/generator.js b/src/pages/generator.js
index e51853d5..a1b04f42 100644
--- a/src/pages/generator.js
+++ b/src/pages/generator.js
@@ -125,7 +125,8 @@ class Generator extends Component {