我基于节点的咖啡脚本不是 运行(错误 %1 不是有效的应用程序。)
My node based coffee script not running (Error %1 is not a valid application.)
我正在使用这个存储库 https://github.com/indiejoseph/Radar
当我 运行 咖啡脚本位于 repositor 的 web 文件夹中时。
它给出了以下错误:
https://drive.google.com/file/d/0BwjNIlr7qO3_YTltQzRhNkdmX2M/view
嗯,这看起来可能与节点依赖项的 32/64 位问题有关,请参阅 here and here 了解一些类似的问题。
只需 运行 列出一些显而易见的事情:
- 重新安装所有依赖项:删除
node_modules
文件夹、npm cache clear
和 npm install
。
- 你安装arduino drivers了吗?
你安装的是哪个版本的node?
我正在使用这个存储库 https://github.com/indiejoseph/Radar 当我 运行 咖啡脚本位于 repositor 的 web 文件夹中时。
它给出了以下错误:
https://drive.google.com/file/d/0BwjNIlr7qO3_YTltQzRhNkdmX2M/view
嗯,这看起来可能与节点依赖项的 32/64 位问题有关,请参阅 here and here 了解一些类似的问题。
只需 运行 列出一些显而易见的事情:
- 重新安装所有依赖项:删除
node_modules
文件夹、npm cache clear
和npm install
。 - 你安装arduino drivers了吗?
你安装的是哪个版本的node?