Closed engelfrost closed 8 years ago
Hey @engelfrost, sorry about that. I had babel installed globally so wasn't aware it was required in the package.json. I added it to the package.json, so if you pull, npm install, npm start, you should be on your way to running the repo.
A lot of the confusion comes from the babel 6 upgrade which I haven't switched to yet, and is why when you manually installed babel-cli, things didn't work. I'm sure I'll get around to doing that someday, but not quite yet.
Anything else I can help with?
Hey @engelfrost, did my change work for you?
Hi, I'm back after the weekend now, this works just fine!
Great! Let me know if you need anything else :)
On Sun, Jan 17, 2016 at 11:58 PM Josef Engelfrost notifications@github.com wrote:
Hi, I'm back after the weekend now, this works just fine!
— Reply to this email directly or view it on GitHub https://github.com/tnrich/react-variable-height-infinite-scroller/issues/15#issuecomment-172455829 .
If I run
npm install && npm run build
I get the following error:I run
npm install babel-cli
, runnpm run build
again and get this error:I've tried with node v4.2.2 and v5.3.0.
Is there something I've missed?