-
Notifications
You must be signed in to change notification settings - Fork 1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
internal(rwfw) Add bins as scripts #8754
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Tobbe I made a small change to only for the file IO once if that's okay?
Doesn't seem like we're using our own rimraf bin anywhere, so I removed it. The actual issue with rimraf is that rimraf doesn't have a "package.json" entry in it's Here's another package that had the same problem for other people uuidjs/uuid#444 |
New bins that you create (executable node files listed under "bin" in package.json) don't work with
yarn rwfw project:sync
orproject:copy
. Sometimes updating existing bins also doesn't work.What happens is yarn will just say it can't find the bin. It'll look like this
I've found a way to work around that by adding all bins as scripts to the rw app's root package.json