我想使用 child_process 模块从 node.js 运行脚本但是当我运行命令时
npm install child_process 我收到以下错误:
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
只是想知道 child_process 模块是被删除还是我拼错了模块名称。
谢谢。