From cc2e41e8678cea74fc644dd43125690f8b42a33e Mon Sep 17 00:00:00 2001 From: Dmitriy Labuzov Date: Tue, 28 Aug 2018 10:35:00 +0300 Subject: [PATCH] Update README.md --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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