-
Notifications
You must be signed in to change notification settings - Fork 9
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
Non-Regular File Errors #42
Comments
Hello there and thank you for the ticket created! This error means that https://github.com/rxdi/firelink/blob/master/src/helpers/worker.ts#L7 Which prefixes every command passed by Worker to be executed using I haven't try this library with Will take a look today and will write down. At the moment can u provide more details about what OS are you running ? ( mac, win, linux ) ? Also if you execute |
@Stradivario
To make it works, it needs to invoke as |
By default You can change that behavior by specify There is a way from the recent versions to remove that behavior with argument The package actually doesn't depend on I wasn't able to reproduce these errors on my side with Need to think of it that maybe to not have default runner will be a better option for everybody. That way everyone will know and install all of the tools needed to spin up the command he wishes. The actual purpose of firelink is to map your local packages and install them from there and then revert back to specific version and not local path. So actually it is written to be framework agnostic. Cheers! |
Error
When running
$ firelink
(doesn't matter what arguments I give) I receiveContext
Using
@rxdi/firelink@^0.7.75
with[email protected]
(firebase-tools) within a monorepo (lerna + yarn)Due to client privacy I've called the project
@example
but that is the only thing replaced from my package.jsonThoughts
I am investigating a fix in
rsync
firelink/src/helpers/copy-packages.ts
Line 15 in 46e5946
The text was updated successfully, but these errors were encountered: