I no longer find iisnode-verdaccio on npmjs when following the instructions of Installing on IIS for Verdaccio. Any ideas?
Asked
Active
Viewed 388 times
1 Answers
1
for install the verdaccio
on iis. follow this stages:
- install
node.js
. (e.g:version 12.14.0
) install
python
with powersell.run this command
npm i -g --production windows-build-tools
then run
npm i -g node-gyp
Get the Python.exe file path. default path:
C:\Users\xxx\.windows-build-tools\python27\python.exe
Add a new
Environment Variable
with namePYTHON
and value:C:\Users\xxx\windows-build-tools\python27
.if
visual studio
is installed go to next stage. else installDescktop development with c++
from vs setup.install
verdaccio
(e.g:version 4.4.0
)npm i -g verdaccio@4.4.0
install
iisnode
(e.g:version 0.2.21
).- install
ApplicationRequestRouting
(e.g:v3.0
). - copy
web.config
,package.json
,start.js
from this - finaly, reset iis and enjoy.
I hope is useful.

AminRostami
- 2,585
- 3
- 29
- 45