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
Even with the flag --harmony_modules nodeJS fails....
M:\javascript\module-test>h:\dev2\nodejs\node --harmony_modules main.js
M:\javascript\module-test\main.js:2
import * as lib from 'lib';
^^^^^^
SyntaxError: Unexpected token import
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:374:25)
at Object.Module._extensions..js (module.js:405:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:430:10)
at startup (node.js:141:18)
at node.js:1003:3
The text was updated successfully, but these errors were encountered:
example code...
Even with the flag --harmony_modules nodeJS fails....
The text was updated successfully, but these errors were encountered: