1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

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.
This commit is contained in:
Matt Shindala 2018-06-08 17:33:22 -05:00 committed by GitHub
parent 60593af129
commit a1de77543d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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: location of c:\verdaccio the below values will work:
* Path: `node` * Path: `node`
* Startup directory: `c:\verdaccio` * 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 You can adjust other service settings under other tabs as desired. When you are done, click Install service button