enclose icon indicating copy to clipboard operation
enclose copied to clipboard

harmony_proxies flag

Open TalhaAkkas opened this issue 5 years ago • 0 comments

hello I have a very complex app that runs smoothly, i have managed to compile it via enclos but now it wont run and givers this error Error: proxies not supported on this platform. On v8/node/iojs, make sure to pass the --harmony_proxies flag at new global.Proxy (/thebox/Users/m.talhabuyukakkaslar/Projects/IOTBackend/Admin/node_modules/harmony-reflect/reflect.js:2169:13) at Schema.extend (/thebox/Users/m.talhabuyukakkaslar/Projects/IOTBackend/Admin/node_modules/mongoose-schema-extend/index.js:22:25) at Object.console./thebox/Users/m.talhabuyukakkaslar/Projects/IOTBackend/Admin/app/models/things/cargo.js.dev (e:0) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (module.js:300:12) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at e:0 at Array.forEach (native) at e:0 at f (/thebox/Users/m.talhabuyukakkaslar/Projects/IOTBackend/Admin/node_modules/once/once.js:25:25) at Glob. (/thebox/Users/m.talhabuyukakkaslar/Projects/IOTBackend/Admin/node_modules/glob/glob.js:151:7) at emitOne (events.js:77:13)

TalhaAkkas avatar Sep 03 '19 15:09 TalhaAkkas