Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

Fix NPM start issues #2981

Closed
wants to merge 5 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix node npm start error
  • Loading branch information
bennymelb committed Sep 1, 2022
commit f3938c5d37a05865e416ac4e48e02bcb8020629e
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"i18next": "~21.6.0",
"i18next-browser-languagedetector": "~6.1.0",
"i18next-xhr-backend": "~3.2.2",
"install": "~0.13.0",
"json2csv": "~5.0.1",
"lodash": "^4.17.15",
"node-sass": "~7.0.0",
Expand Down Expand Up @@ -70,7 +71,7 @@
"@testing-library/user-event": "~12.8.3",
"@types/jest": "~27.0.3",
"@types/lodash": "^4.14.150",
"@types/node": "~17.0.0",
"@types/node": "~15.6.1",
"@types/pouchdb": "~6.4.0",
"@types/react": "~17.0.0",
"@types/react-dom": "~17.0.0",
Expand All @@ -83,7 +84,7 @@
"@types/validator": "~13.7.0",
"@typescript-eslint/eslint-plugin": "~3.10.0",
"@typescript-eslint/parser": "~3.10.0",
"chalk": "^5.0.0",
"chalk": "~4.1.2",
"commitizen": "~4.2.0",
"commitlint-config-cz": "~0.13.0",
"cross-env": "~7.0.0",
Expand Down