From 230c2275da42778361ac2312ac59528b009bd9ab Mon Sep 17 00:00:00 2001
From: ChakshuGautam <chaks.gautam@gmail.com>
Date: Tue, 7 Mar 2023 12:39:10 +0530
Subject: [PATCH] Fix: issues with npm install not working

---
 .gitpod.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.gitpod.yml b/.gitpod.yml
index 9533234..8becaf6 100644
--- a/.gitpod.yml
+++ b/.gitpod.yml
@@ -14,7 +14,7 @@ tasks:
       gp sync-await setup
       cd packages/form-manager
       nvm use 16
-      npm install
+      pnpm install
     command: |
       npm run start:dev
   - name: Setup React Wrapper
@@ -22,8 +22,8 @@ tasks:
     init: |
       gp sync-await setup
       cd apps/wrapper
-      nvm use 14
-      npm install
+      nvm use 16
+      pnpm install
     command: |
       npm run start
       
-- 
GitLab