-
Notifications
You must be signed in to change notification settings - Fork 153
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
I dont see any file at ./node_modules/.bin/rest-hapi-cli #158
Comments
Hi @rajeshwar-fissionhq, not sure what would cause this. What version of node/npm are you using? |
node -v |
hmm, that's probably not the issue. Could you paste the output of the following commands? |
I Have the same issue, here is my /Users/MyUser/Projects/rest-hapi/node_modules/.bin and acorn There is no |
hi @launay12u,
|
I just ran into the same problem, using Webstorm to checkout the projet. Eventually, I ran the commands ( |
@JeanReneRobin glad you worked it out! Hopefully this will help others as I'm still unsure what is causing the issue. |
Describe the bug
I don't see any file at
$ ./node_modules/.bin/rest-hapi-cli
to run the command$ ./node_modules/.bin/rest-hapi-cli seed
To Reproduce
Steps to reproduce the behavior:
git clone https://github.com/JKHeadley/rest-hapi-demo.git
cd rest-hapi-demo
npm install
./node_modules/.bin/rest-hapi-cli seed
Expected behavior
After following the above steps it's saying
zsh: no such file or directory: ./node_modules/.bin/rest-hapi-cli
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: