Skip to content
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

AppVeyor nightly builds failing #7

Open
ghost opened this issue Apr 29, 2021 · 0 comments
Open

AppVeyor nightly builds failing #7

ghost opened this issue Apr 29, 2021 · 0 comments

Comments

@ghost
Copy link

ghost commented Apr 29, 2021

The problem appears to be:
node :
At line:15 char:1
+ node bootstrap.js hexa.json
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError

C:\projects\hexa\bootstrap.js:8331
			throw new CompilerErrors(this.hints);
			^
[C:\projects\hexa\source\compiler\normalizer.hexa:190:9]: Expected `case` before `return`
node : module.js:550
At line:16 char:1
+ node hexa-node.js hexa.json
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (module.js:550:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
    throw err;
    ^
Error: Cannot find module 'C:\projects\hexa\hexa-node.js'
    at Function.Module._resolveFilename (module.js:548:15)
    at Function.Module._load (module.js:475:25)
    at Function.Module.runMain (module.js:694:10)
    at startup (bootstrap_node.js:204:16)
    at bootstrap_node.js:625:3
node : module.js:550
At line:17 char:1
+ node hexa-node.js hexa.json
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~
    + CategoryInfo          : NotSpecified: (module.js:550:String) [], RemoteException
    + FullyQualifiedErrorId : NativeCommandError
 
    throw err;
    ^
Error: Cannot find module 'C:\projects\hexa\hexa-node.js'
    at Function.Module._resolveFilename (module.js:548:15)
    at Function.Module._load (module.js:475:25)
    at Function.Module.runMain (module.js:694:10)
    at startup (bootstrap_node.js:204:16)
    at bootstrap_node.js:625:3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

0 participants