Skip to content

Commit

Permalink
Update preinstall.js
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym authored Jan 26, 2021
1 parent 2c8173c commit 2231211
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/preinstall.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ const {execPassthru, getElevateExec} = require('./util');

const executePreInstall = async () => {
try {
await execPassthru('npm install electron-log --no-save')
await execPassthru('npm install [email protected] --no-save', await getElevateExec());
} catch (err) {
log.error(err);
Expand Down

0 comments on commit 2231211

Please sign in to comment.