We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi there!
I installed [email protected] using yarn global add
yarn global add
success Installed "[email protected]" with binaries: - cbr - cognito-backup-restore ✨ Done in 14.36s.
However, when running the executable cbr, I was greeted with this error:
cbr
kanerogers@Kanes-MacBook-Pro ~/.c/y/g/n/c/n/.bin> cbr env: node\r: No such file or directory
To fix this, I simply ran dos2unix on the executable:
dos2unix
kanerogers@Kanes-MacBook-Pro ~/.c/y/g/n/.bin> dos2unix ../cognito-backup-restore/build/cli/cli.js dos2unix: converting file ../cognito-backup-restore/build/cli/cli.js to Unix format...
And now it runs fine!
kanerogers@Kanes-MacBook-Pro ~/.c/y/g/n/.bin> cbr ? Choose the mode (Use arrow keys) ❯ Backup Restore
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi there!
I installed [email protected] using
yarn global add
However, when running the executable
cbr
, I was greeted with this error:To fix this, I simply ran
dos2unix
on the executable:And now it runs fine!
The text was updated successfully, but these errors were encountered: