Merge pull request #20695 from testruction/master

Fix: Added node-gyp dependency to fix the Docker Image build workflow
This commit is contained in:
Fredrik Adelöw
2023-11-06 15:10:56 +01:00
committed by GitHub
2 changed files with 7 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/create-app': patch
---
Added missing node-gyp dependency to fix Docker image build
@@ -39,7 +39,8 @@
"express": "^4.17.1",
"express-promise-router": "^4.1.0",
"pg": "^8.3.0",
"winston": "^3.2.1"
"winston": "^3.2.1",
"node-gyp": "^9.0.0"
},
"devDependencies": {
"@backstage/cli": "^{{version '@backstage/cli'}}",