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

Confused by Install Steps #27

Open
anb43 opened this issue Oct 16, 2016 · 11 comments
Open

Confused by Install Steps #27

anb43 opened this issue Oct 16, 2016 · 11 comments

Comments

@anb43
Copy link

anb43 commented Oct 16, 2016

I installed Node.js, and where I go from there is maddening. What does 'run 'npm install' within this folder' mean? What does 'run 'node index' within this folder' mean?

I had assumed you'd just type "npm install/node index (folder location)", but 'npm install' tells me "npm should be run outside of the node repl, in your normal shell"

I'm stuck and this is one of the most ingenious things I've come across, and I'd like to see more. If anyone is more experienced with this stuff I'd greatly appreciate the help.

@mishka1980
Copy link

You should cd into the folder, and then run npm install/node index when inside the folder.

@randyfortier
Copy link

First, you'll have to install Node.js: https://nodejs.org/en/

@anb43
Copy link
Author

anb43 commented Oct 17, 2016

Well, randy, I already have Node. Mishka, I tried to cd in, but it seems it won't work either.

@kelvinkellner
Copy link

What @mishka1980 said to do worked perfectly fine for me.

@mishka1980
Copy link

@anb43 What is your error message?

@anb43
Copy link
Author

anb43 commented Oct 19, 2016

http://prntscr.com/cw224r
Reference Error; Syntax Error, am I not doing this correctly?

@mishka1980
Copy link

You have to run this in your terminal, not in Node.js.

@anb43
Copy link
Author

anb43 commented Oct 19, 2016

Which terminal? The CLI, cmd?

@anb43
Copy link
Author

anb43 commented Oct 19, 2016

I did it in cmd, I tried the other day and the problem still persists with just giving me errors.
http://prntscr.com/cw26yw

@tiagosomda
Copy link
Contributor

tiagosomda commented Nov 17, 2016

@anb43 it looks like you have some missing tools that robotjs requires. I had similar errors while running this on windows. This helped me fix/install those missing tools:
https://www.npmjs.com/package/windows-build-tools

run the following in your cmd window (make sure it is running as administrator)
npm install --global --production windows-build-tools

@Betanin
Copy link

Betanin commented Dec 4, 2016

Hi @tiagosomda, your tip was very usefull. I suggest you to add this on the readme, it can help other people.

Thanks

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

6 participants