Sten Roger Sandvik

Results 49 comments of Sten Roger Sandvik

Thanks for reporting. Will see if it's another way of doing this. So, to be clear, you are using a locally installed node right?

Hi. Replicated your setup on a new machine (docker instance) and it does not fail. Are you sure `https://nodejs.org/dist` is reachable from your computer or if you have any "firewalls"...

I see that you get an `RSA premaster secret error`. Seems that somethings wrong with the certificates on your machine. Just did a quick google search on it and this...

You should not put `.gradle` directory in as `inputs.dir` since the `.gradle` directory contains the caches itself. Why do you want to add it as a `inputs.dir` directory?

Hi. I will try to replicate this here locally.

Should also probably do the same for `grunt` and `gulp`. ``` node { ... grunt { enabled = true ... } gulp { enabled = true } } ```

Thanks for reporting. Marking this as a bug.

Hi. Right now `node`, `npm` and `yarn` are installed from fixed urls and does not listen to proxy settings. I will mark this as a potential improvement.

Well, `download = true` actually downloads Node (executing `nodeSetup`). So it seems to work in your example. Or something I did not catch from your example?

Oh, right. Now I see. Will flag this as a bug.