[BUG] Does not work with pnpm
See original GitHub issueDescribe the bug When using pnpm as a package manager reassure binary cannot be found. After running command pnpm reassure i get:
ERR_PNPM_RECURSIVE_EXEC_FIRST_FAIL not found: reassure
I noticed that reassure binary is missing in the node_modules/.bin folder.
To Reproduce Steps to reproduce the behavior:
- Create react project with create-react-app
- Add reassure to the project using pnpm add reassure -D
- run pnpm reassure
Issue Analytics
- State:
- Created 10 months ago
- Comments:10 (5 by maintainers)
Top Results From Across the Web
Issues · pnpm/pnpm - GitHub
When I emptied the wastebasket, I was prompted that it could not be deleted。So how do I delete it ? type: bug.
Read more >[pnpm] Code Completion and indexing does not work
If I unexclude the subfolders manually, code completion and search will work, but now the files are considered as "Project Files" which is...
Read more >package.json | pnpm
During local development, pnpm will always fail with an error message if its version does not match the one specified in the engines...
Read more >pnpm/pnpm - Gitter
my dependency @verdaccio/babel-preset has babel as dependency but I don't see it on my ... Problem with pnpm is it is not able...
Read more >Why you should prefer using pnpm over npm and yarn? | refine
This problem is intensified in a large monorepo setup. Pnpm, on the other hand, uses a different dependency resolution algorithm and different ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I will take a look at this.
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 yarn module hoisting, pnpm uses non-flat node_modules structure. So with npm and yarn node_modules inside reassure are getting hoisted including .bin - with pnpm they are not.