We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Syntax errors in runfiles necessary to start Dexcalibur
To reproduce / to understand
git clone cd .\dexcalibur npm -g install . node C:\Users\kyle\AppData\Roaming\npm\node_modules\dexcalibur\dexcalibur
Solution Dexcalibur needs to be started with node .\dexcalibur.js (if installed from local git clone like as above)
node .\dexcalibur.js
Expected behavior For dexcalibur to successfully run
Error log
C:\Users\kyle\Development\_Builds\dexcalibur\dexcalibur:5 if [ $# = 2 ] && [ $1 = "--max-heap" ] && [ $2 -ge 1024 ] ^ SyntaxError: Unexpected token '[' at wrapSafe (internal/modules/cjs/loader.js:915:16) at Module._compile (internal/modules/cjs/loader.js:963:27) at Object.Module._extensions..js (internal/modules/cjs/loader.js:1027:10) at Module.load (internal/modules/cjs/loader.js:863:32) at Function.Module._load (internal/modules/cjs/loader.js:708:14) at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:60:12) at internal/main/run_main_module.js:17:47
Desktop (please complete the following information):
Windows 11
node --version v12.22.12
npm --version 6.14.16
master
The text was updated successfully, but these errors were encountered:
FrenchYeti
No branches or pull requests
Describe the bug
Syntax errors in runfiles necessary to start Dexcalibur
To reproduce / to understand
Solution
Dexcalibur needs to be started with
node .\dexcalibur.js
(if installed from local git clone like as above)Expected behavior
For dexcalibur to successfully run
Error log
Desktop (please complete the following information):
Windows 11
node --version v12.22.12
npm --version 6.14.16
master
The text was updated successfully, but these errors were encountered: