You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: