Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
11Ajinkya authored Feb 15, 2024
1 parent 248f7b8 commit 15840de
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,8 @@ jobs:

- name: build app
run: |
npm install
npm cache clean --force #*try clearing out npm cache*
npm install --legacy-peer-deps #*run the command with the --legacy-peer-deps option*
#npm install --legacy-peer-deps #*run the command with the --legacy-peer-deps option*
npm install --force #* run the command with the --force*
npm build
Expand Down

0 comments on commit 15840de

Please sign in to comment.