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

no such file or directory, open 'start' #136

Closed
herkyl opened this issue Dec 29, 2016 · 2 comments
Closed

no such file or directory, open 'start' #136

herkyl opened this issue Dec 29, 2016 · 2 comments

Comments

@herkyl
Copy link

herkyl commented Dec 29, 2016

I'm getting this error when running nf start using node 7.3 installed with nvm.

fs.js:557
  return binding.open(pathModule._makeLong(path), stringToFlags(flags), mode);
                 ^

Error: ENOENT: no such file or directory, open 'start'
    at Object.fs.openSync (fs.js:557:18)
    at Object.fs.readFileSync (fs.js:467:33)
    at Object.<anonymous> (/Users/serge/.nvm/versions/node/v7.3.0/lib/node_modules/nf/nf.js:73:15)
    at Module._compile (module.js:571:32)
    at Object.Module._extensions..js (module.js:580:10)
    at Module.load (module.js:488:32)
    at tryModuleLoad (module.js:447:12)
    at Function.Module._load (module.js:439:3)
    at Module.runMain (module.js:605:10)
    at run (bootstrap_node.js:420:7)
@wcatron
Copy link

wcatron commented Jan 19, 2017

You've install the package nf instead of node foreman's package which is foreman.

npm uninstall nf
npm install foreman

@herkyl
Copy link
Author

herkyl commented Jan 20, 2017

🤦‍♂️

@herkyl herkyl closed this as completed Jan 20, 2017
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