Michał Czapkowicz
Michał Czapkowicz
Thanks for the answer @mdjastrzebski . Yes, I tried that already by running fallowing command: `TEST_RUNNER_PATH=node_modules/reassure/node_modules/.bin/reassure pnpm reassure` but the error still occurs.
Yes, the error is exactly the same: ` ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL not found: reassure`
- `TEST_RUNNER_PATH=node_modules/.bin/jest node node_modules/reassure/node_modules/.bin/reassure ` gives me: ``` /Users/user/Desktop/test-project/node_modules/.pnpm/[email protected][email protected]/node_modules/reassure/node_modules/.bin/reassure:2 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')") ^^^^^^^ SyntaxError: missing ) after argument list at Object.compileFunction (node:vm:352:18) at wrapSafe (node:internal/modules/cjs/loader:1033:15) at...
I'm using macOS. Everything works fine with yarn and npm so I belive this is package manager specific. This may be caused by the fact that contrary to _npm_ and...
I will take a look at this.