aurelia-dialog error with the release version and CLI
问题 I'm facing a problem when using the new aurelai release : I created a new app using : au new myApp I installed aurelia-dialog via npm When I import aurelia-dialog and try to run the app using au run --watch I get htis error : [Error: ENOENT: no such file or directory, open 'C:\src\ai-dialog.js'] Any idea ? 回答1: The reason this is happening is because the package is a CommonJS package. See: http://aurelia.io/hub.html#/doc/article/aurelia/framework/latest/the-aurelia-cli/10 Edit your aurelia