From a1de77543d35aca87a70b6cd0f6b2e0a0c6266d1 Mon Sep 17 00:00:00 2001 From: Matt Shindala Date: Fri, 8 Jun 2018 17:33:22 -0500 Subject: [PATCH] Fix path to cli.js in Windows NSSM documentation I believe the path here is wrong. When I install verdaccio with NPM, that `src` folder does not exist. However, there is a `build` folder with a `cli.js`. When I changed `src` to `build` on my machine, the instructions here worked. --- docs/windows.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/windows.md b/docs/windows.md index 32d1cc9de..2e9efd0d5 100644 --- a/docs/windows.md +++ b/docs/windows.md @@ -28,7 +28,7 @@ Startup directory and Arguments fields. Assuming an install with node in the sys location of c:\verdaccio the below values will work: * Path: `node` * Startup directory: `c:\verdaccio` - * Arguments: `c:\verdaccio\node_modules\verdaccio\src\lib\cli.js -c c:\verdaccio\config.yaml` + * Arguments: `c:\verdaccio\node_modules\verdaccio\build\lib\cli.js -c c:\verdaccio\config.yaml` You can adjust other service settings under other tabs as desired. When you are done, click Install service button