tidev / liveview

Titanium LiveTi (live preview of Titanium applications on device)
Other
7 stars 3 forks source link

[TIMOB-19185] Add Windows support #92

Closed garymathews closed 9 years ago

garymathews commented 9 years ago

JIRA Ticket

infosia commented 9 years ago

CR Looks good. I can't do FT because I failed to install liveview on my Windows 8.1. @garymathews How do I test this? I tried to install liveview according to README but it just prevents me from installing.

$ npm install -g git+https://github.com/appcelerator/liveview.git
...

> liveview@1.0.9 postinstall
> ./bin/liveview install clihook

'.' is not recognized as an internal or external command,
operable program or batch file.

> liveview@1.0.9 postuninstall
> ./bin/liveview rm clihook

'.' is not recognized as an internal or external command,
operable program or batch file.
npm WARN continuing anyway liveview@1.0.9 postuninstall: `./bin/liveview rm clihook`
npm WARN continuing anyway Exit status 1
npm ERR! liveview@1.0.9 postinstall: `./bin/liveview install clihook`
npm ERR! Exit status 1
garymathews commented 9 years ago