Steps to reproduce:
npm installnpm testOutput:
> [email protected] test C:\Users\kamme\Desktop\Repos\Hacktoberfest\graphback
> jest -w 1
'jest' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! Test failed. See above for more details.
Automatically generated comment to notify maintainers
/cc @craicoverflow, @machi1990, @wtrocki
Pull request to fix: https://github.com/aerogear/graphback/pull/2151
Update:
Using NodeJS 12 and yarn fixed it
Thanks for the fix @Odin94! We recommend using yarn as we use yarn workspaces which hoists all dependencies into the root node_modules. However we should still allow npm users to work with the project and so having jest as a dependency here is great. Massive thank you for this!
Most helpful comment
Thanks for the fix @Odin94! We recommend using
yarnas we use yarn workspaces which hoists all dependencies into the rootnode_modules. However we should still allownpmusers to work with the project and so having jest as a dependency here is great. Massive thank you for this!