cljsjs

rohit 2016-06-20T16:55:56.000117Z

@juhoteperi: I accidentally pushed directly to packages repo instead of doing a pull request. oops. sorry about that.

rohit 2016-06-20T16:56:07.000118Z

won’t happen again.

juhoteperi 2016-06-20T16:59:06.000119Z

@rohit: It is not a problem 🙂

rohit 2016-06-20T17:00:22.000120Z

@juhoteperi: Cheers! not gonna do it again.

juhoteperi 2016-06-20T17:03:07.000121Z

@rohit: Btw. looks like the build did not succeed

rohit 2016-06-20T17:03:47.000122Z

@juhoteperi: ah. I tested it on my machine and it worked. hmm…

juhoteperi 2016-06-20T17:03:55.000123Z

The NPM error might be caused by old Node & NPM

juhoteperi 2016-06-20T17:04:24.000124Z

Circle can probably be configured to use later versions

rohit 2016-06-20T17:06:16.000125Z

@juhoteperi: Let me test that. will send a P-R this time. 😊

rohit 2016-06-20T17:09:50.000126Z

@juhoteperi: wow. looks the node version on that circle-ci box is really old. v0.10.33.

rohit 2016-06-20T17:10:09.000127Z

I am gonna test using the node LTS version

juhoteperi 2016-06-20T17:10:46.000128Z

https://circleci.com/docs/build-image-precise/#nodejs

rohit 2016-06-20T17:14:20.000130Z

@juhoteperi: That docs suggest that they you can install any version supported by nvm but they pre-install from that list. That list doesn’t seem to have the latest LTS release. nevertheless P-R coming.

rohit 2016-06-20T17:15:52.000132Z

Lets see if it works

rohit 2016-06-20T17:25:12.000133Z

@juhoteperi: seems to work now.