From ffdd4bc9c6be0db32ec115a9ceeaff9ddfb07ce2 Mon Sep 17 00:00:00 2001 From: Mazen Elkashef Date: Thu, 16 Jul 2020 00:04:43 -0500 Subject: [PATCH] Update node gyp bug tracker URL --- content/hacking-atom/sections/hacking-on-atom-core.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/hacking-atom/sections/hacking-on-atom-core.md b/content/hacking-atom/sections/hacking-on-atom-core.md index de70e25883..c503ea064f 100644 --- a/content/hacking-atom/sections/hacking-on-atom-core.md +++ b/content/hacking-atom/sections/hacking-on-atom-core.md @@ -269,10 +269,10 @@ Use [this search](https://github.com/atom/atom/search?q=label%3Abuild-error+labe * Try moving the repository to `C:\atom`. Most likely, the path is too long. See [issue #2200](https://github.com/atom/atom/issues/2200). * `error MSB4025: The project file could not be loaded. Invalid character in the given encoding.` - * This can occur because your home directory (`%USERPROFILE%`) has non-ASCII characters in it. This is a bug in [gyp](https://code.google.com/p/gyp/) + * This can occur because your home directory (`%USERPROFILE%`) has non-ASCII characters in it. This is a bug in [gyp](https://bugs.chromium.org/p/gyp/issues/list) which is used to build native Node.js modules and there is no known workaround. * https://github.com/TooTallNate/node-gyp/issues/297 - * https://code.google.com/p/gyp/issues/detail?id=393 + * https://bugs.chromium.org/p/gyp/issues/detail?id=393 * `'node_modules\.bin\npm' is not recognized as an internal or external command, operable program or batch file.` * This occurs if the previous build left things in a bad state. Run `script\clean` and then `script\build` again.