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 did fix that issue [email protected], but something strange appears from babel side. It seems that some live transformations are not applied in global installation, however in --production mode everything is fine.
nmc
/usr/local/lib/node_modules/node-mc/server/node-mc.js:1
(function (exports, require, module, __filename, __dirname) { import koa from
^^^^^^
SyntaxError: Unexpected token import
at exports.runInThisContext (vm.js:73:16)
at Module._compile (module.js:443:25)
at Module._extensions..js (module.js:478:10)
at Object.require.extensions.(anonymous function) [as .js] (/usr/local/lib/node_modules/node-mc/node_modules/babel/node_modules/babel-core/lib/api/register/node.js:214:7)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (/usr/local/lib/node_modules/node-mc/server/index.js:3:18)
at Module._compile (module.js:460:26)
Anyway it is unusable in phantomjs due to bugs in font rendering.
I would ask you to try it in debug mode npm run debug.
Note browsing to node_modules/node-mnc and doing a $ npm start launches without error. Except I have the issue #4
The text was updated successfully, but these errors were encountered: