Skip to content

Commit

Permalink
fix: add strict check for node version
Browse files Browse the repository at this point in the history
As node v16+ fails to npm install, putting a strict node version check to make it easier for users to understand that they need node versions below v16.
  • Loading branch information
gitcommitshow authored Sep 23, 2022
1 parent 5cfa5d2 commit 5c033ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
engine-strict=true

0 comments on commit 5c033ec

Please sign in to comment.