Commit graph

3 commits

Author SHA1 Message Date
Court Ewing 4d6e0d726e Removes "global-style" setting for npm (#9256)
This change, which was originally introduced in #9136, resulted in much
larger installs for Kibana (50MB larger in dev mode), which isn't a
reasonable tradeoff for the convenience that global-style provides.
2016-11-29 15:43:57 -05:00
Spencer e62c48d9ae [npm] install deps "global-sytle" (#9136)
Installing dependencies "global-style" creates a top-level directory in `node_modules` for each direct dependency, and then creates a flat tree of dependencies inside each of those.

I prefer this method because it prevents accidentally depending on a dependency of a dependency, and makes it easier to find dependencies in `node_modules`.

Unfortunately the `node_modules` directory will be a little deeper.
2016-11-21 13:51:13 -07:00
Jonathan Budzenski 8779058a09 Add .npmrc, save exact package versions 2015-11-11 11:46:52 -06:00