Minor fix.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/1769c829 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/1769c829 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/1769c829 Branch: refs/heads/ignite-3262 Commit: 1769c82993863ade19b5a83951d1421181f8a65f Parents: bbe3a9d Author: Alexey Kuznetsov <[email protected]> Authored: Thu Jun 30 16:25:32 2016 +0700 Committer: Alexey Kuznetsov <[email protected]> Committed: Thu Jun 30 16:25:32 2016 +0700 ---------------------------------------------------------------------- modules/web-console/DEVNOTES.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/1769c829/modules/web-console/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/modules/web-console/DEVNOTES.txt b/modules/web-console/DEVNOTES.txt index 8e4881f..3732b78 100644 --- a/modules/web-console/DEVNOTES.txt +++ b/modules/web-console/DEVNOTES.txt @@ -26,7 +26,7 @@ How to run console in development mode: and start MongoDB by executing "mongod". 2. In new terminal change directory to '$IGNITE_HOME/modules/web-console/src/main/js'. - If needed run "npm install" (if dependencies changed) and run "node serve" to start backend. + If needed run "npm install --no-optional" (if dependencies changed) and run "node serve" to start backend. 3. In new terminal change directory to '$IGNITE_HOME/modules/web-console/src/main/js' and start webpack in development mode "npm run dev" .
