ember-cli-nwjs icon indicating copy to clipboard operation
ember-cli-nwjs copied to clipboard

Doesn't work with Ember 2.16

Open GendelfLugansk opened this issue 7 years ago • 0 comments

I used this addon with Ember 2.8 and everything worked. Today I tried to update to recent ember version and faced "Cannot find module app-name/routes/application" error in console. Spent few hours trying to debug it. I think it's caused by recent babel versions and new ember imports. Found a workaround: use requireNode for node modules. Example: fs = requireNode('fs') instead of fs = require('fs').

GendelfLugansk avatar Nov 05 '17 22:11 GendelfLugansk