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

Tests: Lexical error #7

Open
IngwiePhoenix opened this issue Feb 1, 2020 · 0 comments
Open

Tests: Lexical error #7

IngwiePhoenix opened this issue Feb 1, 2020 · 0 comments

Comments

@IngwiePhoenix
Copy link

Hey!

I ran this on Windows' WSL with latest NPM and Node, but the dependencies installed through PowerShell. I had to switch to WSL mid-way since the copy-commands were all written with bash in mind. So, I had to change.

Now then, this is the error I got:

[build/main/node/typed-arrays.js] >
 >    /mnt/e/cloud.ingwie.io/Work/Git/worker.js/node_modules/jmacs/build/node-js/language/compiler.js:18
 >              throw e_parse;
 >              ^
 >
 >    Error: Lexical error on line 19. Unrecognized text.
 >    ..return /* syntax:=> {
 >    -----------------------^
 >        at Parser.parseError (/mnt/e/cloud.ingwie.io/Work/Git/worker.js/node_modules/jmacs/build/node-js/language/parser.js:148:21)
 >        at Object.parseError (/mnt/e/cloud.ingwie.io/Work/Git/worker.js/node_modules/jmacs/build/node-js/language/parser.js:303:28)
 >        at Object.next (/mnt/e/cloud.ingwie.io/Work/Git/worker.js/node_modules/jmacs/build/node-js/language/parser.js:558:25)
 >        at Object.lex (/mnt/e/cloud.ingwie.io/Work/Git/worker.js/node_modules/jmacs/build/node-js/language/parser.js:568:22)
 >        at lex (/mnt/e/cloud.ingwie.io/Work/Git/worker.js/node_modules/jmacs/build/node-js/language/parser.js:185:27)
 >        at Parser.parse (/mnt/e/cloud.ingwie.io/Work/Git/worker.js/node_modules/jmacs/build/node-js/language/parser.js:198:26)
 >        at Object.exports.parse (/mnt/e/cloud.ingwie.io/Work/Git/worker.js/node_modules/jmacs/build/node-js/language/parser.js:734:51)
 >        at module.exports (/mnt/e/cloud.ingwie.io/Work/Git/worker.js/node_modules/jmacs/build/node-js/language/compiler.js:15:21)
 >        at Object.load (/mnt/e/cloud.ingwie.io/Work/Git/worker.js/node_modules/jmacs/build/node-js/main/jmacs.js:13:10)
 >        at Object.<anonymous> (/mnt/e/cloud.ingwie.io/Work/Git/worker.js/node_modules/jmacs/build/node-js/main/jmacs.js:57:22) {
 >      hash: { text: '', token: null, line: 18 }
 >    }
 >
- build/main/node/typed-arrays.js  : command(s) resulted in non-zero exit code '1'
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! [email protected] test: `npx emk test`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] test script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in:
npm ERR!     /home/ingwie/.npm/_logs/2020-02-01T19_23_44_013Z-debug.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant