-
Notifications
You must be signed in to change notification settings - Fork 200
Conversation
Thank you! |
Happy to help @leerob. Could you please kick off a build so that the new binaries are in Releases? |
Hi @leerob and @david-mohr I tried to build binaries in the mean time as the they not in the release I am having an issue trying to build win64 binaries. This is my first time so I am sure I am doing something wrong I have downloaded node build tools git apply node.v14.16.0.cpp.patch node.v14.16.0.cpp.patch:188: trailing whitespace. I add a line return at the end of the file and now I get git apply node.v14.16.0.cpp.patch node.v14.16.0.cpp.patch:188: trailing whitespace. git status
nothing added to commit but untracked files present (use "git add" to track) What am I doing wrong? Thank you! |
I ran this command which seemed to produce a better result git apply --reject --whitespace=fix node.v14.16.0.cpp.patch I will try and build now |
I got these errors node_contextify.cc |
moved to #122 |
@bfivelson have you tried using plain |
@david-mohr Thank you, so much for this! I have not, where can I find information on the plain patch? |
https://github.com/vercel/pkg-fetch/blob/master/lib/build.js#L38-L48
You should get a copy of |
@david-mohr Thank you so much for all your help with this ! |
As suggested by vercel/pkg-fetch#118 (comment)
Updated patch for 14.16.0
Closes #117