Skip to content

Commit

Permalink
Error if using npm to install (#986)
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherChudzicki authored May 31, 2024
1 parent fad815a commit 017cc45
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict = true
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"private": true,
"engines": {
"node": "^20",
"yarn": "^4.1.1"
"yarn": "^4.1.1",
"npm": "please-use-yarn"
},
"workspaces": [
"frontends"
Expand Down

0 comments on commit 017cc45

Please sign in to comment.