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
nexe 2.0.0-rc.17
Acorn error: Invalid number (374:30)
File: /mosaic/node_modules/co-prompt/node_modules/keypress/index.js
372 var s = key.sequence;
373 var b = s.charCodeAt(3);
374 key.x = s.charCodeAt(4) - 040;
375 key.y = s.charCodeAt(5) - 040;
376
377 key.scroll = 0;
378
Acorn error: Invalid number (374:30)
File: /mosaic/node_modules/co-prompt/node_modules/keypress/index.js
372 var s = key.sequence;
373 var b = s.charCodeAt(3);
374 key.x = s.charCodeAt(4) - 040;
375 key.y = s.charCodeAt(5) - 040;
376
377 key.scroll = 0;
378
⠋ nexe 2.0.0-rc.17undefined
✔ Downloading...100%
✔ Entry: 'build/main.js' written to: dist/main
✔ Finished in 14.207s
When I run the ./dist/main, the error output:
module.js:471
throw err;
^
Error: Cannot find module 'commander'
at Function.Module._resolveFilename (module.js:469:15)
at Function.Module._load (module.js:417:25)
at Module.require (module.js:497:17)
at require (internal/module.js:20:19)
at u (/mosaic/dist/main:112:1092)
at f (/mosaic/dist/main:112:1430)
at c (/mosaic/dist/main:112:2520)
at y.require (/mosaic/dist/main:112:3117)
at Number.<anonymous> (/mosaic/dist/main:15:17)
at c (/mosaic/dist/main:112:3333)
Please also provide:
Platform(OS/Version): macOS 10.12
Host Node Version: v6.11.1
Target Node Version:
Nexe version: 2.0.0-rc.17
Python Version: 2.7.10
The text was updated successfully, but these errors were encountered:
Error when compile the keypress.
Command:
npm run build && nexe build/main.js -o dist/main
, error log:When I run the
./dist/main
, the error output:Please also provide:
The text was updated successfully, but these errors were encountered: