We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b803322 + 6a6385f commit 37cdbfdCopy full SHA for 37cdbfd
bridge/build.ps1
@@ -50,7 +50,7 @@ $ErrorActionPreference="Stop"
50
if (-not (Test-Path "$project_root\bridge\node_modules\esbuild")) {
51
if (Get-Command npm -ErrorAction SilentlyContinue) {
52
if (!$silent) { Write-Host "Installing esbuild..." }
53
- npm install esbuild
+ npm install --prefix ./ esbuild
54
} else {
55
Write-Host "Error: Please install NPM."
56
Set-Location $current_location
0 commit comments