-
-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when run dexcalibur #53
Comments
My OS: is windows 10 64 |
Hi,
So, on Windows, you should execute Be aware, Dexcalibur has not been tested on windows. |
Thanks @FrenchYeti :-) I got this error: Error: Cannot find module '../build/Release/node_xz.node'
|
Actually, you cannot use Dexcalibur as-is on Windows. For Windows users, |
Windows is now supported by version >= 0.7.10 |
Given this command:
I get the following error:
\AppData\Roaming\npm\node_modules\dexcalibur\dexcalibur:5
if [ $# = 2 ] && [ $1 = "--max-heap" ] && [ $2 -ge 1024 ]
^
SyntaxError: Unexpected token '['
�[90m at wrapSafe (internal/modules/cjs/loader.js:979:16)�[39m
�[90m at Module._compile (internal/modules/cjs/loader.js:1027:27)�[39m
�[90m at Object.Module._extensions..js (internal/modules/cjs/loader.js:1092:10)�[39m
�[90m at Module.load (internal/modules/cjs/loader.js:928:32)�[39m
�[90m at Function.Module._load (internal/modules/cjs/loader.js:769:14)�[39m
�[90m at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)�[39m
�[90m at internal/main/run_main_module.js:17:47�[39m
The text was updated successfully, but these errors were encountered: