Skip to content

Commit

Permalink
Replace npm w/ pacote. Closes #1738 (#1739)
Browse files Browse the repository at this point in the history
* Replace npm w/ pacote. Closes #1738

* Remove debug logs

* Error handling

* update pkg lock

* Add logs to debug failing tests

* log worker stdout

* Remove debug logs
  • Loading branch information
brollb authored Jun 24, 2020
1 parent d3be959 commit 8663343
Show file tree
Hide file tree
Showing 4 changed files with 1,270 additions and 2,547 deletions.
2 changes: 1 addition & 1 deletion bin/deepforge-extensions
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ program
extender.install(project)
.then(extConfig =>
console.log(`The ${extConfig.name} extension has been added to deepforge.`))
.fail(err => {
.catch(err => {
console.error('Could not install extension:\n');
console.error(err);
process.exit(1);
Expand Down
Loading

0 comments on commit 8663343

Please sign in to comment.