-
-
Save evandrocoan/4cfe72df414de8dd243af410681cf01b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
F:\vscode>npm run watch | |
> code-oss-dev@1.15.0 watch F:\vscode | |
> gulp watch --max_old_space_size=4096 | |
[03:46:09] Node flags detected: --max_old_space_size=4096 | |
[03:46:09] Respawned to PID: 13424 | |
<--- Last few GCs ---> | |
216 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 5.6 / 0.0 ms [allocation failure] [GC in old space requested]. | |
225 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 9.4 / 0.0 ms [allocation failure] [GC in old space requested]. | |
232 ms: Mark-sweep 1.4 (5.5) -> 1.4 (5.5) MB, 6.3 / 0.0 ms [allocation failure] [GC in old space requested]. | |
237 ms: Mark-sweep 1.4 (5.5) -> 1.4 (4.5) MB, 5.2 / 0.0 ms [last resort gc]. | |
242 ms: Mark-sweep 1.4 (4.5) -> 1.4 (4.5) MB, 5.4 / 0.0 ms [last resort gc]. | |
<--- JS stacktrace ---> | |
==== JS stack trace ========================================= | |
Security context: 2C57B80D <JS Object> | |
1: /* anonymous */(aka /* anonymous */) [module.js:51] [pc=3BB1C4DC] (this=2C5081D9 <undefined>,exports=11A70641 <an Object with map 36909AC9>,require=2C586235 <JS Function NativeModule.require (SharedFunctionInfo 2C583899)>,module=11A70609 <a NativeModule with map 3690E351>,__filename=11A70629 <String[9]: module.js>,__dirname=2C5081D9 <undefined>) | |
2: arguments adaptor frame: 4->5 | |
3: comp... | |
FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory | |
npm ERR! Windows_NT 10.0.15063 | |
npm ERR! argv "D:\\User\\Documents\\Nodejs\\bin\\node.exe" "D:\\User\\Documents\\Nodejs\\bin\\node_modules\\npm\\bin\\npm-cli.js" "run" "watch" | |
npm ERR! node v6.11.0 | |
npm ERR! npm v3.10.10 | |
npm ERR! code ELIFECYCLE | |
npm ERR! code-oss-dev@1.15.0 watch: `gulp watch --max_old_space_size=4096` | |
npm ERR! Exit status 3 | |
npm ERR! | |
npm ERR! Failed at the code-oss-dev@1.15.0 watch script 'gulp watch --max_old_space_size=4096'. | |
npm ERR! Make sure you have the latest version of node.js and npm installed. | |
npm ERR! If you do, this is most likely a problem with the code-oss-dev package, | |
npm ERR! not with npm itself. | |
npm ERR! Tell the author that this fails on your system: | |
npm ERR! gulp watch --max_old_space_size=4096 | |
npm ERR! You can get information on how to open an issue for this project with: | |
npm ERR! npm bugs code-oss-dev | |
npm ERR! Or if that isn't available, you can get their info via: | |
npm ERR! npm owner ls code-oss-dev | |
npm ERR! There is likely additional logging output above. | |
npm ERR! Please include the following file with any support request: | |
npm ERR! F:\vscode\npm-debug.log | |
F:\vscode> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment