umami icon indicating copy to clipboard operation
umami copied to clipboard

husky - .git can't be found

Open yuis-ice opened this issue 5 months ago • 3 comments

Describe the Bug

$ yarn install
yarn install v1.22.22
[1/4] Resolving packages...
[2/4] Fetching packages...
warning [email protected]: The engine "pnpm" appears to be invalid.
[3/4] Linking dependencies...
warning " > @umami/[email protected]" has incorrect peer dependency "@prisma/client@^4.8.0".
warning " > [email protected]" has incorrect peer dependency "next@^13.4.0".
warning " > [email protected]" has incorrect peer dependency "react@^16.8.0 || 17.x".
warning " > [email protected]" has incorrect peer dependency "react-dom@^16.8.0 || 17.x".
warning " > [email protected]" has unmet peer dependency "prop-types@^15.7.2".
warning " > [email protected]" has incorrect peer dependency "rollup@^2.0.0".
warning "stylelint-config-css-modules > [email protected]" has incorrect peer dependency "stylelint@^16.0.2".
warning " > [email protected]" has incorrect peer dependency "stylelint@>= 11.x < 15".
warning " > [email protected]" has incorrect peer dependency "stylelint@^16.1.0".
warning Workspaces can only be enabled in private projects.
[4/4] Building fresh packages...
$ node -e "if (process.env.NODE_ENV !== 'production'){process.exit(1)} " || husky install
husky - .git can't be found (see https://typicode.github.io/husky/#/?id=custom-directory)
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/install for documentation about this command.
$

Database

PostgreSQL

Relevant log output

No response

Which Umami version are you using? (if relevant)

the very latest

Which browser are you using? (if relevant)

No response

How are you deploying your application? (if relevant)

No response

yuis-ice avatar Aug 24 '24 14:08 yuis-ice