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
Seems like everything is good (no error) and run vagrant ssh
run make dev and got an error
What did you expect to see?
I expected to see something working build
What did you see instead?
I got this error right after run make dev
vagrant@staffjoy-v2:~/golang/src/v2.staffjoy.com$ make dev
bash vagrant/dev-watch.sh
vagrant/dev-watch.sh: line 2: $'\r': command not found
: invalid optionh.sh: line 3: set: -
set: usage: set [-abefhkmnptuvxBCHP] [-o option-name] [--] [arg ...]
vagrant/dev-watch.sh: line 4: $'\r': command not found
vagrant/dev-watch.sh: line 24: syntax error: unexpected end of file
make: *** [makefile:51: dev] Error 2
The text was updated successfully, but these errors were encountered:
verbeckii
changed the title
make dev fails Windows
make dev fails Windows 10
Nov 15, 2021
What environment did you encounter the issue in?
development
What did you do?
I'm trying to first visit install-test Staffjoy
vagrant plugin install vagrant-hostmanager
andvagrant plugin install vagrant-disksize
vagrant up
vagrant ssh
make dev
and got an errorWhat did you expect to see?
I expected to see something working build
What did you see instead?
I got this error right after run
make dev
The text was updated successfully, but these errors were encountered: