LivelyKernel / lively.installer

Installing and updating lively.next
3 stars 1 forks source link

don't do npm install all the time #1

Closed rksm closed 8 years ago

rksm commented 8 years ago

when we update we currently run npm install for all packages. This takes a ling time and is often unnecessary. Better to use a npm list --depth 1 --json as in https://github.com/LivelyKernel/LivelyKernel/blob/master/bin/helper/check-modules.js and only install the necessary stuff.

tylervernonsmith commented 8 years ago

Resolved as of 80cf6ebffa8e814e1e4c6fec1d53c6a599db2085