darwin / plastic

An experimental structural editor for ClojureScript
MIT License
147 stars 4 forks source link

what node/npm version? #4

Open jaredly opened 8 years ago

jaredly commented 8 years ago

I'm getting a node-gyp error when running apm rebuild. I've got node v5 running

node-pre-gyp ERR! install error
node-pre-gyp ERR! stack Error: Unsupported target version: 0.34.4
...
jaredly commented 8 years ago

bump? this looks like a super cool project

darwin commented 8 years ago

Hi @jaredly, I'm sorry, I didn't get messages about this issue for some reason. Maybe because I wasn't watching the repo?

Anyways. Your problem seems to be with Atom itself not with Plastic.

I'm using nvm to manage my node versions. My current env is:

> nvm --version
0.29.0
> node --version
v4.1.1
> npm -v
3.3.4