mirror of
https://github.com/spacedriveapp/spacedrive.git
synced 2026-02-19 23:25:51 -05:00
add node-gyp dependency to scripts
this fixes "ELIFECYCLE Command failed." sometimes appearing on pnpm install if node-gyp isn't globally installed
This commit is contained in:
BIN
pnpm-lock.yaml
generated
BIN
pnpm-lock.yaml
generated
Binary file not shown.
@@ -18,12 +18,12 @@
|
||||
"trailingComma": "es5"
|
||||
},
|
||||
"dependencies": {
|
||||
"smol-toml": "^1.3.0",
|
||||
"archive-wasm": "^1.7.1",
|
||||
"mustache": "^4.2.0",
|
||||
"os-proxy-config": "^1.1.1",
|
||||
"plist": "^3.1.0",
|
||||
"semver": "^7.6.3",
|
||||
"smol-toml": "^1.3.0",
|
||||
"undici": "^6.19.8"
|
||||
},
|
||||
"devDependencies": {
|
||||
@@ -39,6 +39,7 @@
|
||||
"eslint-config-standard": "^17.1.0",
|
||||
"eslint-plugin-jsdoc": "^50.3.1",
|
||||
"eslint-plugin-prettier": "^5.2.1",
|
||||
"node-gyp": "^10.2.0",
|
||||
"typescript": "^5.6.2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user