npm

2013-06-01 31 views
10

Ben node.js bir komut dosyası çalıştırmak için child_process modülünü kullanmak istedi çalışmıyor child_process yüklemek ama komutu çalıştırdığınızdanpm

npm aşağıdaki hatayı alıyorum child_process yükleyin:

npm http GET https://registry.npmjs.org/ChildProcess 
npm http 404 https://registry.npmjs.org/ChildProcess 
npm ERR! 404 'ChildProcess' is not in the npm registry. 
npm ERR! 404 You should bug the author to publish it 

Sadece child_process modülünün kaldırıldığını mı merak ediyorum yoksa modül adını yanlış yazarım mı?

Teşekkürler.

cevap