0
tronbox unbox metacoin

Downloading...

Unpacking...

Setting up...

Error: Command failed: bash post-unpack.sh && rm post-unpack.sh && npm install

'bash' is not recognized as an internal or external command,
operable program or batch file.

    at ChildProcess.exithandler (child_process.js:289:12)
    at ChildProcess.emit (events.js:182:13)
    at maybeClose (internal/child_process.js:962:16)
    at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)

I have tried the command tronbox unbox metacoon in windows 10. How to solve the above mentioned error? Same error is coming on trying command tronbox init. What can be the possible reasons for this bash error?

4

1 回答 1

0

'bash' 不是内部或外部命令、可运行程序或批处理文件'

当您尝试直接在窗口的命令提示符中运行 shell 脚本时,会出现此错误。

如果在拆箱 tron 的元币 DApp 时出现此错误,则无需担心。Metacoin DApp 将在您指定的目录中正确拆箱。

在 IDE Truffle 或 Tronbox的情况下,Shell 脚本基本上用于运行一些 javascript 文件。因此,如果您在 Windows 上使用 truffle 或 tronbox,您可以直接运行 javascript 文件,而无需先运行 shell 脚本。

直接从窗口的命令提示符运行 javascript 的解决方案:-

在编辑器中打开 shell 脚本并尝试在其中找到 javascript 文件的名称。现在您可以直接从窗口的命令提示符运行这个 javascipt 文件。

您需要在 Window 的命令提示符中使用以下命令(前提条件:- node.js 已安装在您的系统中:-

节点文件名.js

我在 IDE、truffle 和 tronbox 上都试过这个。它工作得很好。

于 2019-05-14T07:45:38.503 回答