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

Gatling not found #25

Closed
tonymke opened this issue Jan 31, 2014 · 2 comments
Closed

Gatling not found #25

tonymke opened this issue Jan 31, 2014 · 2 comments

Comments

@tonymke
Copy link

tonymke commented Jan 31, 2014

Your install instructions seem to be missing a step

npm start

npm ERR! node-unblocker@0.12.1 start: `gatling ./app.js`
(...)
npm ERR! Tell the Author that this fails on your system:
npm ERR!     gatling ./app.js

Installing gatling fixes the issue, but I thought I'd mention it.

@nfriedly
Copy link
Owner

Hey, I'm not sure what's happening there, gatling is a separate project, but I include a copy of it in node-unblocker - this is the file it's executing: https://github.com/nfriedly/node-unblocker/blob/master/node_modules/.bin/gatling

Could you run npm -v and node -v and let me know what version you're on?

Also, in the short-term, you could try editing package.json and change

"start": "gatling ./app.js",

to

"start": "./node_modules/bin/gatling ./app.js",

Edit: Sorry, I misread the end of the line.. so you did npm install gatling and then npm start started working?

@tonymke
Copy link
Author

tonymke commented Feb 18, 2014

PEBKAC :)

@tonymke tonymke closed this as completed Feb 18, 2014
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