child-process

    0熱度

    1回答

    這裏我使用fork方法在節點js中進行一些計算。我跟着link的答案。它按預期工作,並開始計算。 這裏我怎樣才能從mongodb的子文件中獲得詳細信息。我正在用mongoose做mongodb。我的樣本代碼如下 main.js var childprocess = require('child_process'); var child = childprocess .fork(__dir

    0熱度

    1回答

    我在電子應用程序有問題,減少問題的節點 var spawn = require('child_process').spawn, exp = spawn('explorer', ['d:'],{detached:true}); //same thing detached or not console.log('Spawned child pid: ' + exp.pid); 運行一個簡單的t

    0熱度

    1回答

    我想通過使用node.js的特定Twitter帳戶的推文來觸發我的樹莓派上的PIFM。然而,當我運行在命令行上twitpifm.js: node twitpifm.js 我得到以下錯誤: events.js:141 throw er; // Unhandled 'error' event ^ Error: spawn sh ENOENT at exports.

    1熱度

    1回答

    目前我正在學習C,我想用叉子和管子製作n個孩子的過程,其中n是參數中輸入的數字。每個孩子可以用下一子在兩個方向上像this通信: p1 --->--- p2 ---<--- || || ^v ^v || || --->--- p4 ---<--- p3 我試圖做到這一點,每個孩子送到下一個孩子的PID或消息,但我沒有得到我想要的實例。當我運行該程序,我有

    2熱度

    1回答

    我使用節點6.9產生子進程。 const child = require('child_process').execFile('command', args); child.stdout.on('data', (data) => { console.log('child:', data); }); child.stderr.on('data', (data) => { c

    0熱度

    1回答

    我有一個簡單的方法,使用rm -rf作爲命令執行的exec方法。 const exec = require('child_process').exec const Foo = { emptyDir: params => { exec(`rm -rf ${params.path}`, (err, stdout, stderr) => { console.log('

    0熱度

    1回答

    我使用節點的child_process.execFile()啓動,並與將所有輸出到其標準輸出和錯誤流的進程進行通信。該過程運行的時間不確定量和理論上可以產生任何輸出量,即:那我不使用的最後一個參數execFile() const process = execFile('path/to/executable', [], {encoding: buffer'}); process.stdout.on

    0熱度

    1回答

    嘗試使用webpack執行child_process.exe,但得到的錯誤是exec不是函數。該腳本正在節點提示符下工作。 test.js const chai = require('chai'); const exec = require('child_process').exec; describe('node version', function nodeVersion() {

    1熱度

    1回答

    我必須在Nodejs上使用exec方法,因爲我需要執行一些stdout重定向並同時運行多個命令。於是我運行子進程是這樣​​的: let shell = null; const child_process = require('child_process') var command = 'activate python_environment & bokeh serve project_fold

    0熱度

    1回答

    當我有一個在發展中的 yarn start 啓動了一個項目產卵./node_modules/.bin/grunt ENOENT它運行一個index.js啓動咕嚕過程,並得到這個錯誤: $ yarn start yarn start v0.23.2 $ node ./development grunt_arguments [ '--force', '--notify', '--verbose'