cp-install

alternative to npm install using childprocess spawn to prevent memory issues on slow memory jenkins

Usage no npm install needed!

<script type="module">
  import cpInstall from 'https://cdn.skypack.dev/cp-install';
</script>

README

cp-install

Codeship Status for juicyarts/cp-install

what the heck?

Cp-install is a module that lets you run npm install over child process spawn. We had Memory Problems runnning default npm install on our ci maschines and searched for a way to keep the memory usage lower. child_process.spwan did the thing..

install

$ npm install cp-install -g You should install this plugin globaly so that you can use it all over.

usage

`$ cp-install If no package.json given in specific path you will get an error