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 am getting this issue while running the server.js file
[root@localhost iframely]# node server.js
/opt/iframely/server.js:1
(function (exports, require, module, __filename, __dirname) { import * as sysUtils from './utils.js';
^^^^^^
SyntaxError: Unexpected token import
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:617:28)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Function.Module.runMain (module.js:694:10)
at startup (bootstrap_node.js:204:16)
at bootstrap_node.js:625:3
[root@localhost iframely]# node -v
v8.17.0
Pls let me know on this
The text was updated successfully, but these errors were encountered:
I am getting this issue while running the server.js file
[root@localhost iframely]# node server.js
/opt/iframely/server.js:1
(function (exports, require, module, __filename, __dirname) { import * as sysUtils from './utils.js';
^^^^^^
SyntaxError: Unexpected token import
at createScript (vm.js:80:10)
at Object.runInThisContext (vm.js:139:10)
at Module._compile (module.js:617:28)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Function.Module.runMain (module.js:694:10)
at startup (bootstrap_node.js:204:16)
at bootstrap_node.js:625:3
[root@localhost iframely]# node -v
v8.17.0
Pls let me know on this
The text was updated successfully, but these errors were encountered: