Add node module to ember CLI app
问题 I would like to use this Node.js module https://www.npmjs.com/package/remarkable-regexp in my Ember-CLI application. How do I make it available to the Ember application? I tried it by adding this to the Brocfile.js app.import('node_modules/remarkable-regexp/index.js'); but it fails like this: Path or pattern "node_modules/remarkable-regexp/index.js" did not match any files 回答1: Since remarkable-regexp is a npm module, I believe the best way to integrate it with ember-cli is by using ember