node icon indicating copy to clipboard operation
node copied to clipboard

Results 9 node issues
Sort by recently updated
recently updated
newest added

Nwjs version trying to build: nw24 (Completed without errors), Node version trying to build: nw24, Operating System: Windows 7, VS: Visual Studio 2015 Update 3 I am trying to create...

Hello, For now it's impossible to build node correctly. This is what I get: ``` FAILED: node.dll node.dll.lib node.dll.pdb f:\dev\depot_tools\bootstrap-2@3_8_10_chromium_26_bin\python\bin\python.exe gyp-win-tool link-with-manifests environment.x64 True node.dll "f:\dev\depot_tools\bootstrap-2@3_8_10_chromium_26_bin\python\bin\python.exe gyp-win-tool link-wrapper environment.x64 False...

Building from a clean checkout fails because of recent switch to Debian Stretch sysroot in Chromium upstream*. * https://chromium.googlesource.com/chromium/src/+/97f5f9df69889a313470a8530a8a724cf17cca90

Roger Wang I propose of copying the chromium build folder into node and use the common.gypi there I need to make nwjs build for arm, I usually use cross compile...

##### Checklist - [ ] `make -j4 test` (UNIX), or `vcbuild test nosign` (Windows) passes - [ ] tests and/or benchmarks are included - [ ] documentation is changed or...

Compiled scripts from Node were set to weak, which caused the script object in V8 being GCed shortly. Hence links of the script shown in console of DevTools become invalid...