File tree Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Expand file tree Collapse file tree 2 files changed +0
-14
lines changed Original file line number Diff line number Diff line change 88
88
Description =" !(loc.npm_Description)" >
89
89
<ComponentRef Id =" NpmCmdScript" />
90
90
<ComponentRef Id =" NpmBashScript" />
91
- <ComponentRef Id =" NpmPowerShellScript" />
92
91
<ComponentRef Id =" NpxCmdScript" />
93
92
<ComponentRef Id =" NpxBashScript" />
94
- <ComponentRef Id =" NpxPowerShellScript" />
95
93
<ComponentRef Id =" NpmConfigurationFile" />
96
94
<ComponentRef Id =" SetInstallDirPermission" />
97
95
<ComponentGroupRef Id =" NpmSourceFiles" />
226
224
<File Id =" npm.sh" KeyPath =" yes" Source =" $(var.NpmSourceDir)\bin\npm" />
227
225
</Component >
228
226
229
- <Component Id =" NpmPowerShellScript" >
230
- <File Id =" npm.ps1" KeyPath =" yes" Source =" $(var.NpmSourceDir)\bin\npm.ps1" />
231
- </Component >
232
-
233
227
<Component Id =" NpxCmdScript" >
234
228
<File Id =" npx.cmd" KeyPath =" yes" Source =" $(var.NpmSourceDir)\bin\npx.cmd" />
235
229
</Component >
238
232
<File Id =" npx.sh" KeyPath =" yes" Source =" $(var.NpmSourceDir)\bin\npx" />
239
233
</Component >
240
234
241
- <Component Id =" NpxPowerShellScript" >
242
- <File Id =" npx.ps1" KeyPath =" yes" Source =" $(var.NpmSourceDir)\bin\npx.ps1" />
243
- </Component >
244
-
245
235
<Directory Id =" NodeModulesFolder" Name =" node_modules" >
246
236
<Directory Id =" NpmFolder" Name =" npm" >
247
237
<Component Id =" NpmConfigurationFile" >
Original file line number Diff line number Diff line change @@ -435,10 +435,6 @@ if not defined nonpm (
435
435
if errorlevel 1 echo Cannot copy npx && goto package_error
436
436
copy /Y ..\deps\npm\bin\npx.cmd %TARGET_NAME% \ > nul
437
437
if errorlevel 1 echo Cannot copy npx.cmd && goto package_error
438
- copy /Y ..\deps\npm\bin\npm.ps1 %TARGET_NAME% \ > nul
439
- if errorlevel 1 echo Cannot copy npm.ps1 && goto package_error
440
- copy /Y ..\deps\npm\bin\npx.ps1 %TARGET_NAME% \ > nul
441
- if errorlevel 1 echo Cannot copy npx.ps1 && goto package_error
442
438
)
443
439
444
440
if not defined nocorepack (
You can’t perform that action at this time.
0 commit comments