Skip to content

Commit

Permalink
Merge pull request #36 from jessety/offline-install-fix
Browse files Browse the repository at this point in the history
Don't install dev deps when linking `node-windows`
  • Loading branch information
jessety authored Jul 30, 2021
2 parents 9678b4e + db5d41a commit 66ea9de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/windows/setup-packages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ if ($? -eq $True) {
}

Write-Host "Linking node-windows.."
npm link node-windows --loglevel=error --no-fund --no-audit
npm link node-windows --loglevel=error --no-fund --no-audit --production --offline

# Enable execution of pm2's powershell script, so the current user can interact with the pm2 powershell script
$script_path = "$(npm config get prefix)\pm2.ps1"
Expand Down

0 comments on commit 66ea9de

Please sign in to comment.