Luke Sampson

Results 17 comments of Luke Sampson

I *think* I might have stumbled on a possible way to make junctions behave with NPM. Can you have a look at 4382206cfe5a83f82bce51ccdfb480e4774c4a34 and tell me if I'm tricking myself?...

Thanks, I've removed my persist branch now. I don't know if this is a better alternative to what you have, but would it work to add `~/scoop/apps/nodejs/current/nodejs/node_modules` to the path?...

Thanks. Looks good! Yes, ignore the `$persist_link/$persist_target` comment, I thought there might be multiple `$persist` variables but you have it sorted. Regarding `env_add_path`, would it be worthwhile and possible to...

@nueko I think that might be outside Scoop's scope (it's an installer, not a service manager). But if you want to start a separate issue we could discuss what might...

Ideally we would not try to persist the file on the first install if the file doesn't exist, but detect this situation on `update`, copy the file from the previous...

As a workaround, try including the manual proxy configuration, rather than the `currentuser@default` shortcut. Either `scoop config proxy host:port` or, if username/password are required then `scoop config proxy username:password@host:port`.

Yes, please submit a pull request if you can get it working. Thanks.