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
There does not appear to be a way to install the NPM package.
Steps to reproduce:
$ mkdir test && cd test && npm init
<press enter 10 times>
$ npm install fdq
Error message:
> fdq@0.0.4 install </some/dir>/test/node_modules/fdq
> bin/create-git-hooks.sh
sh: bin/create-git-hooks.sh: No such file or directory
npm WARN test@1.0.0 No description
npm WARN test@1.0.0 No repository field.
npm ERR! file sh
npm ERR! code ELIFECYCLE
npm ERR! errno ENOENT
npm ERR! syscall spawn
npm ERR! fdq@0.0.4 install: `bin/create-git-hooks.sh`
npm ERR! spawn ENOENT
npm ERR!
npm ERR! Failed at the fdq@0.0.4 install script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! </user/dir>/.npm/_logs/<date>-debug.log
This occurs with yarn as well:
$ yarn add fdq
Output:
yarn add v1.13.0
info No lockfile found.
[1/4] 🔍 Resolving packages...
[2/4] 🚚 Fetching packages...
[3/4] 🔗 Linking dependencies...
[4/4] 🔨 Building fresh packages...
error </some/dir>/test/node_modules/fdq: Command failed.
Exit code: 127
Command: bin/create-git-hooks.sh
Arguments:
Directory: </some/dir/>/test/node_modules/fdq
Output:
/bin/sh: bin/create-git-hooks.sh: No such file or directory
info Visit https://yarnpkg.com/en/docs/cli/add for documentation about this command.
This same issue and error message arises with fdo and fdp as well.
The text was updated successfully, but these errors were encountered:
There does not appear to be a way to install the NPM package.
Steps to reproduce:
Error message:
This occurs with
yarn
as well:Output:
This same issue and error message arises with
fdo
andfdp
as well.The text was updated successfully, but these errors were encountered: