Thanks to visit codestin.com Credit goes to github.com
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.
1 parent d4e56b2 commit bcc017bCopy full SHA for bcc017b
bin/npm.ps1
@@ -1,5 +1,7 @@
1
#!/usr/bin/env pwsh
2
3
+Set-StrictMode -Version 'Latest'
4
+
5
$NODE_EXE="$PSScriptRoot/node.exe"
6
if (-not (Test-Path $NODE_EXE)) {
7
$NODE_EXE="$PSScriptRoot/node"
bin/npx.ps1
0 commit comments