node.js - Getting 'Could not find configuration for port' Error starting N|Solid Proxy -


i'm getting following error trying start n|solid proxy

daves-mbp:proxy-3.2.2 davblak$ npm start > nsolid-proxy@3.2.2 start /users/davblak/proxy-3.2.2 > nsolid proxy.js  /users/davblak/proxy-3.2.2/proxy.js:9  throw new error("could not find configuration port")   error: not find configuration port   @ object.<anonymous> (/users/davblak/proxy-3.2.2/proxy.js:9:9)   @ module._compile (module.js:434:26)   @ object.module._extensions..js (module.js:452:10)   @ module.load (module.js:355:32)   @ function.module._load (module.js:310:12)   @ function.module.runmain (module.js:475:10)   @ startup (node.js:149:18)   @ node.js:985:3 

i have etcd service running - thoughts?

on proxy-3.2.2 folder need have .nsolid-proxyrc file configuration options proxy, can confirm if file in there?, if not file should like:

{   "registry": "localhost:4001",   "port": 9000,   "denied": [],   "broadcast_approved": [     "ping",     "process_stats",     "system_stats",     "system_info",     "info",     "versions",     "startup_times"   ] } 

Comments

Popular posts from this blog

1111. appearing after print sequence - php -

java - WARN : org.springframework.web.servlet.PageNotFound - No mapping found for HTTP request with URI [/board/] in DispatcherServlet with name 'appServlet' -

Ruby on Rails, ActiveRecord, Postgres, UTF-8 and ASCII-8BIT encodings -