-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Error creating new project #46
Comments
This is due to trying to move/rename files across partitions. /tmp/bud-create- Seems to not exist in whichever partition bud is expecting it to be. I’ve not looked at the source code, so not sure what functionality is needed/should be changed (MoveFile(source, destination) might work, but I’m not sure). But this should give someone who’s more familiar a good jumping off point |
Hmm, okay. It might be something different then, re-opening. If you could try narrowing this down in the codebase, that'd be much appreciated. The create logic is in this package and I created a Contributing Guide today to help people get Bud installed locally. Happy to answer any questions that pop up. Otherwise I'm still going to go with the plan in this comment and we'll try again once that's ready. |
@matthewmueller I have just done a setup and tried to |
Sweet! From your error it looks like the problem is coming from this code block: bud/internal/command/create/create.go Lines 55 to 70 in 7bcf01d
Can you confirm? |
Still not working, but Do you need the log @matthewmueller? |
@012e Ah, this is a different error and actually only a problem in the development build, not the production build. We symlink the JS runtime so you can make changes in the local bud repo and see those changes in your example projects. From within the unfinished project directory, please try running the following: npm link livebud $DIR_WHERE_YOU_GIT_CLONED_BUD/livebud This should fail in the same way. I guess because of lack of npm permissions. I guess you could fix this with |
Working perfectly @matthewmueller! BTW, my default website zoom is 120% (Firefox browser), and the cards are covering the footer Closing this issue! |
@012e happy to hear! Did the Also created an issue on the welcome page: livebud/welcome#1 |
Update: I think this is the better solution |
I followed the instruction to install bud, and
bud create app
doesn't workThe text was updated successfully, but these errors were encountered: