Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Feb 21, 2023. It is now read-only.

Commit 306ce0a

Browse files
authored
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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"types": "dist/reactblockui.d.ts",
1111
"engines": {
1212
"node": ">= 5.0.0",
13-
"npm": "^3.0.0"
13+
"npm": ">= 3.0.0"
1414
},
1515
"scripts": {
1616
"coveralls": "coveralls < ./__test__/coverage/lcov.info",

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /