Anonyfox / node-webkit-hipster-seed

Bootstrap a crossplatform Desktop Application using tools you probably never heard of.
Other
1.29k stars 83 forks source link

Errors on "npm run install" #12

Open raulromanp opened 10 years ago

raulromanp commented 10 years ago

node 0.10.22 installed hipster brunched on Mac-OS Mavericks testing the example code without any edit

When I do 'npm run install' it return the next:

node-webkit-hipster-seed@0.0.2 app /Users/xxxx/xxxx nodewebkit _public

2014-04-04 12:32:25.605 node-webkit[2048:507] Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650 [2048:0404/123225:WARNING:shell_main_delegate.cc(194)] es-ES.pak file not found. 2014-04-04 12:32:25.939 node-webkit Helper[2049:507] Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650 [2049:0404/123225:WARNING:shell_main_delegate.cc(194)] es-ES.pak file not found. 2014-04-04 12:32:26.148 node-webkit Helper[2050:507] Internals of CFAllocator not known; out-of-memory failures via CFAllocator will not result in termination. http://crbug.com/45650 [2050:0404/123226:WARNING:shell_main_delegate.cc(194)] es-ES.pak file not found.

..And when I do 'npm run deploy' the progress is blocked on 79%:

Running "nodewebkit:src" (nodewebkit) task Downloading: http://dl.node-webkit.org/v0.8.3/node-webkit-v0.8.3-win-ia32.zip Downloading: http://dl.node-webkit.org/v0.8.3/node-webkit-v0.8.3-osx-ia32.zip Downloading: http://dl.node-webkit.org/v0.8.3/node-webkit-v0.8.3-linux-ia32.tar.gz Downloading: http://dl.node-webkit.org/v0.8.3/node-webkit-v0.8.3-linux-x64.tar.gz Unzipping: /Users/gangr3na/revolicohipster/revolicohipster/dist/cache/win/0.8.3/node-webkit-v0.8.3-win-ia32.zip Unzipping: /Users/gangr3na/revolicohipster/revolicohipster/dist/cache/mac/0.8.3/node-webkit-v0.8.3-osx-ia32.zip #################################################- 97%

Tnx!