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": {
|
||||
"peertube": ">=3.2.0"
|
||||
},
|
||||
"engines": {
|
||||
"npm": ">=7 <8"
|
||||
},
|
||||
"homepage": "https://github.com/JohnXLivingston/peertube-plugin-livechat",
|
||||
"repository": "github:JohnXLivingston/peertube-plugin-livechat",
|
||||
"keywords": [
|
||||
|
Loading…
Reference in New Issue
Block a user