-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
Install Errors on DASH branch #1360
Comments
Hi Brian. Sorry that you are having trouble. Which OS and command shell do you use?
I'll assume that you followed all the steps in the README, but it feels like you might have missed step 3.2:
Which command/script are you running when you get this error (i.e., which step in part 3 of the README)?
Generally,
This is a common setup we have across the three main Dart sites, and it is meant to work well for all of our core contributors, and it should be easy for new contributors too. But, there might still be some kinks to iron out :). That being said, a simpler setup satisfying all of our contributor needs would certainly be welcome if you'd like to give that a try. |
Hey there -- oh my gosh, I'm such an idiot -- I typed in Using Overall, I think I the setup generally works pretty well, but for some reason I always run into issues when |
All right, the I'm using ZSH on a Mac running Mojave. I'm running the following and getting an error:
|
Good.
Ok, I've only recently starting trying to tweak the scripts to zsh. I think that the current workaround that we have is to define $ travis_fold() { true; }
$ export -f travis_fold
$ # now run the rest of the install scripts (I'm not sure why the export from within Another option is to run an interactive bash session for flutter/website build commands only. |
Thanks! Seems to still cause a bug, hrm...
|
Ok, hopped over to BASH to get it running! The I was then able to serve the site! One note: I did get this warning when serving, but the site seems to work:
|
Thanks.
Yes, you can ignore those messages. The site will build and serve anyways. I've just added a note to the README to this effect (for details, see #1363). So, can we close this issue? |
Yep, sounds good -- was hoping I could use my normal workflow with ZSH, but I can use BASH for the time being on this project. Should we create a separate issue for that, or not worth it? |
It is unlikely that I'll have the time to smoothen out zsh setup issues, but if you find a solution and/or would like to submit a PR, I'd be glad to integrate it. Thanks! |
Thanks for being all over this, @chalin! |
Hey hey :)
I'm trying to do some work on the DASH branch, but I just can't get the installation working.
Repro Steps:
I always get the error:
or
Both of these commands exist on my computer and function properly, but for some reason the script can't find them. I tried copying the
__type_t
function into it's own shell file, and that works fine.Additional feedback:
Would it be possible to make this project work without modifying so much of my computer's environment?
The text was updated successfully, but these errors were encountered: