Skip to content

Commit

Permalink
🐛 FIX: npm install
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadawais committed Sep 14, 2018
1 parent 2f80dc9 commit 57627a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion installer/modules/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ module.exports = () => {

// The npm install.
spinner.start('2. Installing npm packages...');
await execa('npm', ['install', '--silent']);
// await execa('npm', ['install', '--silent']);
await execa('npm', ['install']);
spinner.succeed();

// Done.
Expand Down

0 comments on commit 57627a1

Please sign in to comment.