mklabs / gimme-assets

A little, experimental tool to manage web assets from the CLI.
11 stars 2 forks source link

windows install fail #14

Closed mklabs closed 12 years ago

mklabs commented 12 years ago
D:\src\mklabs\test\mockup\assets>gimme list
   info  - Unable to find ~/.gimme/packages.json, fetch in the first place.
   info  - Unable to find ~/.gimme/data.js, fetch in the first place.
   error - connect Unknown system errno 10060

D:\src\mklabs\test\mockup\assets>set http_proxy=http://<proxy>:<port>

D:\src\mklabs\test\mockup\assets>gimme list
   info  - Unable to find ~/.gimme/packages.json, fetch in the first place.
   info  - Unable to find ~/.gimme/data.js, fetch in the first place.
   error - UNKNOWN, unknown error 'C:\Users\mklabs\AppData\Roaming\npm\node_mod
ules\gimme-assets\node_modules\gh-fetch\lib\_cache\api\v2\json\blob\show\madrobb
y\microjs.com\ff02d2514677f20d77c2a52efc4bea85a798002a\https:\raw.github.com\mad
robby\microjs.com\master'

D:\src\mklabs\test\mockup\assets>gimme list
   info  - Unable to find ~/.gimme/packages.json, fetch in the first place.
   info  - Unable to find ~/.gimme/data.js, fetch in the first place.
   error - UNKNOWN, unknown error 'C:\Users\mklabs\AppData\Roaming\npm\node_mod
ules\gimme-assets\node_modules\gh-fetch\lib\_cache\api\v2\json\blob\show\madrobb
y\microjs.com\ff02d2514677f20d77c2a52efc4bea85a798002a\https:\raw.github.com\mad
robby\microjs.com\master'

D:\src\mklabs\test\mockup\assets>

regexp subpath replace issue, maybe.

related to #8, maybe.