Pice.npm() - shysolocup/pice GitHub Wiki
| Type | Return Type | |
| runs a given npm command |
|
|
|
| JS |
const pice = require('pice');
pice.npm("install @stews/soup"); |
| Type | Return Type | |
| runs a given npm command |
|
|
|
| JS |
const pice = require('pice');
pice.npm("install @stews/soup"); |