Skip to content

Commit

Permalink
chore: specify npm version to avoid WSL bug
Browse files Browse the repository at this point in the history
Reference: npm/cli#7868
  • Loading branch information
piotrpdev committed Dec 6, 2024
1 parent b2674e4 commit 2441cc2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions web/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,5 @@ dev-dist
*.njsproj
*.sln
*.sw?

vite.config.ts.timestamp-*.mjs
3 changes: 2 additions & 1 deletion web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"version": "0.0.0",
"type": "module",
"engines": {
"node": ">=20"
"node": ">=22",
"npm": ">=10.9.2"
},
"scripts": {
"dev": "vite",
Expand Down

0 comments on commit 2441cc2

Please sign in to comment.