You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem/bug
if you install thunderhub for production it does not install the dependencies correctly, because one of them is as development dep.
git clone --branch v0.13.31 https://github.com/apotdevin/thunderhub.git && cd thunderhub
npm install --omit=dev --omit=optional
See error
Expected behavior
install runtime dependencies
Actual behavior
this:
> thunderhub@0.13.31 prepare
> husky install
sh: husky: not found
npm error code 127
npm error path /tmp/thunderhub
npm error command failed
npm error command sh -c husky install
npm error A complete log of this run can be found in: /tmp/thunderhub/npm-cache/_logs/2024-09-02T15_26_46_984Z-debug-0.log
Screenshots/Links
not applicable
Additional context
possible solution: package.json
Describe the problem/bug
if you install thunderhub for production it does not install the dependencies correctly, because one of them is as development dep.
Your environment
0.13.31
source
Alpinelinux 3.20.2 | node v21.7.3 | npm 10.8.0
To Reproduce
Steps to reproduce the behavior:
cd /tmp
git clone --branch v0.13.31 https://github.com/apotdevin/thunderhub.git && cd thunderhub
npm install --omit=dev --omit=optional
Expected behavior
install runtime dependencies
Actual behavior
this:
Screenshots/Links
not applicable
Additional context
possible solution:
package.json
also i can bypass this issue with step 3 replaced by:
npm install husky --omit=dev --omit=optional
The text was updated successfully, but these errors were encountered: