brackets-userland / brackets-npm-registry

Extension to install other extensions with npm
MIT License
44 stars 8 forks source link

Not able to install extensions #27

Closed pritin-tyagaraj closed 8 years ago

pritin-tyagaraj commented 8 years ago

I followed the instructions here (https://github.com/zaggino/brackets-npm-registry) and I can now see the list of extensions when I click on the 'npm' icon in the right toolbar. However, when I click on 'Install' on one of the extensions, I get this error: screen shot 2015-11-06 at 3 19 12 pm

Any pointers on where I went wrong? Thanks a lot.

zaggino commented 8 years ago

Seems like the extension has problems creating a symlink: https://github.com/zaggino/brackets-npm-registry/blob/f724ba47d85947df254f66af94b45588e8cd5dd5/src/node/node-ensure.js#L30-L51

Do you have nodejs installed on your machine?

pritin-tyagaraj commented 8 years ago

Yes I do. node -v gives me v4.2.2

zaggino commented 8 years ago

What's the node's location? What does which node give you?