preguntar acerca de spawn

4
réponses

Obtenez ‘spawn cmd ENOENT’ lorsque vous essayez de construire une application Cordova (événement.js: 85)

Obtenez cette erreur dans Windows cmd lorsque j'essaie de construire (émuler) L'application Cordova. D:devCordovatoDoList>cordova build android Running command: D:devCordovatoDoListplatformsandroidcordovabuild.bat events.js:85 throw er; // Unh …
demandé sur 1970-01-01 00:33:35
2
réponses

Comment lancer un nouveau processus indépendant en Python

j'ai un code Python qui a parfois besoin de couvrir un nouveau processus pour exécuter un script shell de manière "fire and forget", c'est-à-dire sans bloquer. Le script shell ne communiquera pas avec le code Python original et mettra probablement fi …
demandé sur 1970-01-01 00:33:33
3
réponses

L’utilisation du spawn de nodejs provoque des erreurs » unknown option — «et» [Error: spawn ENOENT]»

je vais essayer d'obtenir spawn une rm -rf node_modules suivi de npm install (sur windows 7; n commandes x gracieuseté d'un CygWin installé de façon transparente. Tous les n les commandes x résolvent sur une ligne de commande très bien). j'ai d'a …
demandé sur 1970-01-01 00:33:33
16
réponses

Comment déboguer «Error: spawn ENOENT» sur node.js?

quand j'obtiens l'erreur suivante: events.js:72 throw er; // Unhandled 'error' event ^ Error: spawn ENOENT at errnoException (child_process.js:1000:11) at Process.ChildProcess._handle.onexit (child_process.js:791: …
demandé sur 1970-01-01 00:33:34