NPM engines v7 required:
The build fails with npm v8. Waiting for the correct fix, I have added an engines section in package.json.
This commit is contained in:
parent
e3970bd8c7
commit
e2ec66bf37
@ -74,6 +74,9 @@
|
|||||||
"engine": {
|
"engine": {
|
||||||
"peertube": ">=3.2.0"
|
"peertube": ">=3.2.0"
|
||||||
},
|
},
|
||||||
|
"engines": {
|
||||||
|
"npm": ">=7 <8"
|
||||||
|
},
|
||||||
"homepage": "https://github.com/JohnXLivingston/peertube-plugin-livechat",
|
"homepage": "https://github.com/JohnXLivingston/peertube-plugin-livechat",
|
||||||
"repository": "github:JohnXLivingston/peertube-plugin-livechat",
|
"repository": "github:JohnXLivingston/peertube-plugin-livechat",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user