Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のようなコマンドを呼び出す前に、shelljsを使用していました。
require('shelljs/global'); let res = exec('echo hello').stdout
しかし、shelljs に頼らずにノードでこれを実現したいと思います。ノードの例を見つけましたが、かなりの数で問題が発生しています。助けてくれてありがとう