Câu hỏi được gắn thẻ «spawn»

23
Làm cách nào để gỡ lỗi Lỗi: sinh ra ENOENT hung trên node.js?
Khi tôi gặp lỗi sau: 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:34) Tôi có thể làm theo thủ tục gì để khắc phục? Tác giả lưu ý : Rất nhiều vấn đề với lỗi này khuyến khích tôi đăng câu …

6
Một lời từ chối lời hứa chưa được xử lý là gì?
Để học Angular 2, tôi đang thử hướng dẫn của họ. Tôi nhận được một lỗi như thế này: (node:4796) UnhandledPromiseRejectionWarning: Unhandled promise rejection (r ejection id: 1): Error: spawn cmd ENOENT [1] (node:4796) DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will …


6
Node.js bắt lỗi ENOMEM sau khi xuất hiện
Tập lệnh Node.js của tôi gặp sự cố do lỗi ENOMEM (Hết bộ nhớ) bị ném khi sử dụng spawn . Lỗi: child_process.js:935 throw errnoException(process._errno, 'spawn'); ^ Error: spawn ENOMEM at errnoException (child_process.js:988:11) at ChildProcess.spawn (child_process.js:935:11) at Object.exports.spawn (child_process.js:723:9) at module.exports ([...]/node_modules/zbarimg/index.js:19:23) Tôi đã sử dụng người nghe cho sự …


Khi sử dụng trang web của chúng tôi, bạn xác nhận rằng bạn đã đọc và hiểu Chính sách cookieChính sách bảo mật của chúng tôi.
Licensed under cc by-sa 3.0 with attribution required.