Skip to content

Commit

Permalink
Merge pull request rudderlabs#34 from gitcommitshow/master
Browse files Browse the repository at this point in the history
fix: npm install failure on node v16
  • Loading branch information
ameypv-rudder authored Sep 28, 2022
2 parents b4e57b2 + 0f1d30f commit 2483a1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions 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
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ RudderStack's Control Plane Lite utility provides the UI to self-host and manage
## Setup

Requirement: Use `Node.js v14` for the best experience. (`Node v16` and higher versions are not supported)

To set up the RudderStack Control Plane Lite, run the following commands:

1. `npm install`
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"engines": {
"node": "<16"
},
"eslintConfig": {
"extends": "react-app"
},
Expand Down

0 comments on commit 2483a1a

Please sign in to comment.