This repository was archived by the owner on Feb 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 46
Commit 306ce0a
Allow to use npm 3 and higher
This is a problem on projects that have also added engine restrictions. We keep getting
npm ERR! notsup Unsupported engine for react-block-ui@1.3.2: wanted: {"node":">= 5.0.0","npm":"^3.0.0"} (current: {"node":"10.16.3","npm":"6.9.0"})
npm ERR! notsup Not compatible with your version of node/npm: react-block-ui@1.3.2
npm ERR! notsup Not compatible with your version of node/npm: react-block-ui@1.3.2
npm ERR! notsup Required: {"node":">= 5.0.0","npm":"^3.0.0"}
npm ERR! notsup Actual: {"npm":"6.9.0","node":"10.16.3"}1 parent e5e2d0c commit 306ce0a
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 | - | ||
13 | + | ||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
0 commit comments