-
-
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 with NPM When Running make install During Contribution Set-Up #79
Comments
Thanks for the kind words Quinn! Does running I'm not a windows user, so there's a good chance I'm doing something wrong. That would be something that would be super helpful to contribute! 😇 |
@matthewmueller Did you use the wrong slashes somewhere in the Makefile. The path is using forward slash (Linux), instead of back slash (Windows). |
You're super welcome!! Keep up the great work!! And yes, running |
Ahh yeah, I forgot about that. Thanks @012e. That's most likely the issue @matthewmueller. I'd put in a PR, but you're probably much more familiar with Makefiles than I am. But if you want, I'll give it a shot!! |
@012e yeah, let me give that a shot! Edit: It worked perfectly!! Thanks you!! 😄 |
Congrats🎉! Looks like that's a problem with your |
Yeah, I used Chocolatey to download and install |
Accepting PRs! One reason I used |
I made one small change in Also, I'm not sure about if there's a way to do that in a Makefile as I'm not very experienced with them at all. For now, I'm going to submit a PR to check if the OS type is Windows and if so, run
else just run I've also got a small list of steps for setting up the gcc compiler for Windows, but I'm not sure how you wanted that addition (to the README or making another markdown file?) to be added since Windows development wont be possible until support for v8go is a thing. |
Also, it looks like Windows support of v8go is completed @matthewmueller could you possibly enlighten me on what v8go is and how's it's being implemented? I see that it's looking for, but not finding, |
I've opened this PR for this issue. I'll make a discussion about Windows development support to discuss the other issues 😋 |
Chocolatey's |
Yeah, I got MinGW’s make to work and it’s added to my list of steps for setting up Windows development that I’m gonna but in a markdown file and put up a PR for whenever my other PR gets approved so I can make another fork |
Uh, @syke99 you can just make a new branch to create PRs, doesn't need to be main. |
🤦♀️ I honestly can't believe I didn't even realize that... wow I feel dumb lol. But regardless, I think we're going to abandon native Windows development support and just make a note for Windows users to use WSL/WSL2. developing with bud on WSL/WSL2 works just fine and there would be a REALLY heavy lift in getting native Windows development supported, specifically whenever it comes to passing around file descriptors/handlers through processes, as well and needing to work in tandem with the v8go team to get Windows supported once again. And honestly, while that would be a huge contribution to both v8go and bud, at this time, it doesn't really make sense, at least in the context of bud, to attempt that lift. |
Closing since we're already tracking in the Window Support discussion: #81 |
I've been extremely impressed by and interested in but (great work @matthewmueller!!) and I wanted to begin contributing to an interesting bug that I saw in the issues. So I cloned bud and was following the instructions in Contributing.md, but I ran into an error when running make install.
OS: Windows 10
Go Version: 1.18.2
Node.js Version: 16.14.0
The text was updated successfully, but these errors were encountered: