diff --git a/README.md b/README.md index 91bce91..e97dfac 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,10 @@ for JetBrains IDEs (Idea, WebStorm, ...) In your project folder invoke: -* `npm i intellij-emberjs-import-support --save-dev` +* `npm i intellij-emberjs-import-support`
+Note: Please do not specify `--save-dev` during npm install - it will lead to Ember.js error:
+The `intellij-emberjs-import-support` addon could not be found at `../node_modules/intellij-emberjs-import-support`. + * in the project's root create `webpack.config.js` file with the following content: ```javascript