RallyApps / rally-app-builder

A Node.js command line utility for building apps using the Rally App SDK
MIT License
36 stars 50 forks source link

not able to install on windows #64

Closed Qijiang60 closed 7 years ago

Qijiang60 commented 7 years ago

Hi, I am not able to npm install rally-app-builder in Windows. Error as below: Refusing to install rally-app-builder as a dependency of itself.

Please advises......

krmorse commented 7 years ago

Interesting... I haven't seen other reports of this, but I'll investigate. Stay tuned...

krmorse commented 7 years ago

I was able to install it just fine on both windows 10 and windows 7 using node 6. What Windows/node versions are you using? Are you installing it globally or locally?

Qijiang60 commented 7 years ago

My side is Windows 7, node 6 Locally installing.

krmorse commented 7 years ago

I just published v1.5.1 which updated a bunch of dependencies and should help specifically on Windows 10 and newer node versions. Would you mind giving it a try?