Commit baa4185
authored
Add functionality to install modules during init (#233)
* Add functionality to install modules during init
Install modules specified in package.json during initialisation as a alternative to packageing them.
Detect if the node_modules directory is missing and installes the node modules.
* check if package.json has dependencies and install if required
* remove trailing whitespace
* read package.json correctly as object1 parent 7e0173b commit baa4185
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
49 | 60 | | |
50 | 61 | | |
51 | 62 | | |
| |||
0 commit comments