Github user DmytroShkvyra commented on the issue:
https://github.com/apache/zeppelin/pull/2002
Hi @1ambda, when we install nodejs modules locally(only for project) we do
not have access to them from command line outside. So we need install these
modules globally. I'm not so plural with nodejs to export locally installed
modules. I have added installation these modules only for compatibility with
old style of development:
$ yarn build
$ yarn test
ÐÑпÑавлено Ñ Ð±ÐµÑпÑоводного ÑÑÑÑойÑÑва
BlackBerry®
-----Original Message-----
From: Hoon <[email protected]>
Date: Sat, 11 Feb 2017 20:15:14
To: apache/zeppelin<[email protected]>
Reply-To: apache/zeppelin <[email protected]>
Cc: Dmytro Shkvyra<[email protected]>; Mention<[email protected]>
Subject: Re: [apache/zeppelin] [ZEPPELIN-1928]: Get a rid of preinstalled
external dependencies (nodejs and npm) for maven build (#2002)
1ambda commented on this pull request.
> # install required depepdencies and bower packages (only once)
-$ npm install -g yarn
-$ yarn install
+```
+$ npm install -g yarn bower npm-run-all rimraf grunt webpack karma
karma-phantomjs-launcher
@DmytroShkvyra We don't need to install these packages as global. All
packages installed locally (`node_modules`) can be used in `scripts` tag in
`package.json` as command like `grunt`, `webpack`
--
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub:
https://github.com/apache/zeppelin/pull/2002
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---