I know markus was getting really busy-- I haven't talked to him for about 6 months. I know he's still interested in the project. Last I heard he just needed to find a work situation or project at work where he can align interests properly.
I wish I had time to help out myself in the mean time; always thought it would be cool to learn ember. But sails keeps me pretty entwined and I'm not sure I could keep it all straight in my head.
So anyone who is interested in taking over maintenance of SANE, it sounded like Markus was open to that, so def contact him or let me know and I'm happy to get in touch on your behalf.
Hello guys, I am use sane-cli in ember app and when I try to do sane up inside sails , the server doesn't start and gives me this error. Anybody knows how to fix this?
server |
server | info: Starting app...
server |
client | Could not start watchman
client | Visit https://ember-cli.com/user-guide/#watchman for more info.
client | was unable to use: "events", fell back to: "polling"
server | debug: initializing sails-hook-dev...
server | events.js:160
server | throw er; // Unhandled 'error' event
server | ^
server |
server | Error: watch /home/ayush/course-nebula/Code/sails/server/api/blueprints EPERM
server | at exports._errnoException (util.js:1018:11)
server | at FSWatcher.start (fs.js:1443:19)
server | at Object.fs.watch (fs.js:1470:11)
server | at createFsWatchInstance (/home/ayush/course-nebula/Code/sails/server/node_modules/chokidar/lib/nodefs-handler.js:37:15)
server | at setFsWatchListener (/home/ayush/course-nebula/Code/sails/server/node_modules/chokidar/lib/nodefs-handler.js:80:15)
server | at FSWatcher.NodeFsHandler._watchWithNodeFs (/home/ayush/course-nebula/Code/sails/server/node_modules/chokidar/lib/nodefs-handler.js:228:14)
server | at FSWatcher.NodeFsHandler._handleDir (/home/ayush/course-nebula/Code/sails/server/node_modules/chokidar/lib/nodefs-handler.js:407:19)
server | at FSWatcher.<anonymous> (/home/ayush/course-nebula/Code/sails/server/node_modules/chokidar/lib/nodefs-handler.js:455:19)
server | at FSWatcher.<anonymous> (/home/ayush/course-nebula/Code/sails/server/node_modules/chokidar/lib/nodefs-handler.js:460:16)
server | at FSReqWrap.oncomplete (fs.js:123:15)