Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error on the test app. #131

Open
ehelman1 opened this issue Sep 22, 2016 · 1 comment
Open

Getting error on the test app. #131

ehelman1 opened this issue Sep 22, 2016 · 1 comment

Comments

@ehelman1
Copy link

When I try and start the test app i get.

PS C:\Users\Edward\Downloads\hoodie\testapp> hoodie start

.d$b. .d$b. .d$$$$$$b. .d$$$$$$b. .d$$$$$$b. .d$b..d$$$$$$$$b.
$$$$$..$$$$$.$$$$$$$$$$$b .$$$$$$$$$$$b $$$$$$$$$$b $$$$$$$$$$$$$$$P'
$$$$$$$$$$$$d$$$$$$$$$$$$bd$$$$$$$$$$$$b$$$$$$$$$$$b$$$$$$$$$$$$$$$b.
$$$$$$$$$$$$Q$$$$$$$$$$$$PQ$$$$$$$$$$$$P$$$$$$$$$$$P$$$$$$$$$$$$$$$P'
$$$$$´`$$$$$'$$$$$$$$$$$$''$$$$$$$$$$$$'$$$$$$$$$$P $$$$$$$$$$$$$$$b.
'Q$P' 'Q$P' 'Q$$$$$$P' 'Q$$$$$$P' 'Q$$$$$$$P 'Q$P''Q$$$$$$$$P'

Version: 0.6.3 (node v6.6.0, npm 2.15.11, platform: win32)

Initializing...
(node:12356) DeprecationWarning: sys is deprecated. Use util instead.
CouchDB started: http://127.0.0.1:6003
Error: spawn C:\Users\Edward\Downloads\hoodie\testapp\node_modules\hoodie-server\node_modules\multicouch\bin\erl.e
at exports._errnoException (util.js:1036:11)
at Process.ChildProcess._handle.onexit (internal/child_process.js:193:32)
at onErrorNT (internal/child_process.js:359:16)
at _combinedTickCallback (internal/process/next_tick.js:74:11)
at process._tickDomainCallback (internal/process/next_tick.js:122:9)

Stopping CouchDB...
Error: ENOENT: no such file or directory, open 'C:\Users\Edward\Downloads\hoodie\testapp\data\couch.pid'
at Error (native)
at Object.fs.openSync (fs.js:640:18)
at Object.fs.readFileSync (fs.js:508:33)
at MultiCouch.stop (C:\Users\Edward\Downloads\hoodie\testapp\node_modules\hoodie-server\node_modules\multicouc
at Object.exports.stop (C:\Users\Edward\Downloads\hoodie\testapp\node_modules\hoodie-server\lib\couchdb\index.
at process. (C:\Users\Edward\Downloads\hoodie\testapp\node_modules\hoodie-server\lib\couchdb\index.
at emitOne (events.js:96:13)
at process.emit (events.js:188:7)
at process.exit (internal/process.js:146:15)
at Domain. (C:\Users\Edward\Downloads\hoodie\testapp\node_modules\hoodie-server\lib\index.js:64:13)
PS C:\Users\Edward\Downloads\hoodie\testapp> cd ../../..

@gr2m
Copy link
Member

gr2m commented Sep 22, 2016

@ehelman1 I’m sorry you run into trouble!

We are working on a new Hoodie Version which should make things much simpler!

Can you please try the following.

  1. Delete the hoodie command line tool with npm uninstall -g hoodie
  2. Setup a Hoodie project as defined in: https://github.com/hoodiehq/hoodie/#setup The steps might slightly differ for Windows, please let me know if you need any help.

The new Hoodie is much simpler to run on Windows because it has less native dependencies, and soon it will have none at all :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants