ENOENT: no such file or directory, uv_os_get_passwd

Hello. This is my first post, so hello all!

I’ve had a couple of ember apps up and running fine this morning, but am now having issues running ember server and get the following message in the terminal. Can’t begin to see what’s actually causing the issue.

Simons-MBP:library-app Simon$ ember s
Could not start watchman
Visit https://ember-cli.com/user-guide/#watchman for more info.
2017-05-19 19:00 ember[59656] (FSEvents.framework) FSEventStreamStart: ERROR: FSEvents_connect() => (ipc/send) invalid destination port (268435459)
bootstrap-sassy config: all JS enabled, glyphicons enabled
ENOENT: no such file or directory, uv_os_get_passwd
Error: ENOENT: no such file or directory, uv_os_get_passwd
    at Error (native)
    at Function.module.exports.os (/Users/Simon/Sites/library-app/node_modules/username-sync/index.js:23:15)
    at module.exports (/Users/Simon/Sites/library-app/node_modules/username-sync/index.js:7:25)
    at Object.<anonymous> (/Users/Simon/Sites/library-app/node_modules/async-disk-cache/index.js:25:40)
    at Module._compile (module.js:570:32)
    at Object.Module._extensions..js (module.js:579:10)
    at Module.load (module.js:487:32)
    at tryModuleLoad (module.js:446:12)
    at Function.Module._load (module.js:438:3)
    at Module.require (module.js:497:17)

Not sure but if you depend on unleash-client update to at least 2.1.2 to solve this.

I don’t, but I have just npm outdated and updated a couple of deps, and now the server has started.

Thanks.

1 Like