IGNITE-3319 Add eslint run.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/bbe3a9d8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/bbe3a9d8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/bbe3a9d8 Branch: refs/heads/ignite-3262 Commit: bbe3a9d86d743ee6b5cc4b4022b6977f8c68a732 Parents: e8ec0ed Author: Andrey Novikov <[email protected]> Authored: Thu Jun 30 15:28:06 2016 +0700 Committer: Andrey Novikov <[email protected]> Committed: Thu Jun 30 15:28:06 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/bbe3a9d8/modules/web-console/DEVNOTES.txt ---------------------------------------------------------------------- diff --git a/modules/web-console/DEVNOTES.txt b/modules/web-console/DEVNOTES.txt index 793ea81..8e4881f 100644 --- a/modules/web-console/DEVNOTES.txt +++ b/modules/web-console/DEVNOTES.txt @@ -14,7 +14,7 @@ How to deploy locally: npm-windows-upgrade See: https://github.com/felixrieseberg/npm-windows-upgrade Check npm version: "npm --version". -5. Run "npm install" in terminal for download all dependencies. +5. Run "npm install --no-optional" in terminal for download dependencies. 6. Build ignite-web-agent module follow instructions from 'modules/web-agent/README.txt'. 7. Copy ignite-web-agent-<version>.zip from target of ignite-web-agent module to 'modules/web-console/src/main/js/serve/agent_dists' folder.
