I’m new to CircleCI, and so far it seems like a good bit of kit.
I added the below to my circle.yml file
machine: node: version: 6.9.1
This triggered the following step in the machine phase during a build set node.js version to 6.9.1
During my earlier builds this step only used to take 4 seconds to complete.
I’ve realised in my most recent builds it now takes around 3 minutes to complete.
I’m curious as to why this might be? And if there is a way to get back to the 4 second mark
I noticed the same issue this morning. Our node 6.9.1 install step now takes 8 minutes, whereas last night it took seconds. Did circle upgrade to 6.9.2 as the default version since it is now the latest LTS?
I upgraded our circle.yml to use 6.9.2 and it’s still taking 8+ minutes to install node. Not sure what changed, but this is unacceptable for node build times.
It appears there are issues with installing your required versions of node. We are seeing very long times for installing the node version (~10 mins) or even outright failure. For example see the below image: