You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running jovo after installing the CLI should not give an error.
Current Behavior
Installed [email protected] globally using both yarn and npm. The installation runs fine, but running the CLI gives an error. Seems to be related to line endings, but it doesn't give me any information about where. Probably related to this closed issue on the jovo-framework repo.
Error log
$ jovo -v
env: node\r: No such file or directory
Your Environment
Jovo CLI version used: 3.0.11
Node version: 12.16.3
Operating System: macOS Mojave 10.14.6
The text was updated successfully, but these errors were encountered:
Okay I just fixed it by installing dos2unix with brew install dos2unix, then going to user$/.config/yarn/global and writing dos2unix -F node_modules/.bin/*. in the terminal. Look at this issue for more info: yarnpkg/yarn#5480
I'm submitting a...
Expected Behavior
Running jovo after installing the CLI should not give an error.
Current Behavior
Installed [email protected] globally using both yarn and npm. The installation runs fine, but running the CLI gives an error. Seems to be related to line endings, but it doesn't give me any information about where. Probably related to this closed issue on the jovo-framework repo.
Error log
Your Environment
The text was updated successfully, but these errors were encountered: