Closed lcdessantos closed 7 years ago
We've added this workaround to fix this problem in Linux: http://sambal.org/2014/02/passing-options-node-shebang-line/ . This will be available when the next version of FDK is published.
Note that we mainly support Mac and test in Linux or other OSes only occasionally. Please let us know if you come across any other issues.
Sure.
I got this error on Ubuntu 16.04, Node 6.10:
After some googling I discovered that
env
in Linux doesn't support arguments. So I solved the problem by removing the flag--harmony
from the shebang in the filefabrica-dev-kit/index.js
.Please consider removing this flag in the next release.