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

Quick start not working..help! #28

Open
projmseo opened this issue Mar 2, 2018 · 3 comments
Open

Quick start not working..help! #28

projmseo opened this issue Mar 2, 2018 · 3 comments

Comments

@projmseo
Copy link

projmseo commented Mar 2, 2018

Hello.
I can't know how to execute quick start..
Command is not working..( I downloaded node js and npm)
please help me..

npm

@hyeoksuhan
Copy link

hyeoksuhan commented Mar 5, 2018

I'm not windows user so I didn’t test it but try this.

c:\path\to\naivechain> set HTTP_PORT=3001
c:\path\to\naivechain> set P2P_PORT=6001
c:\path\to\naivechain> npm start

or fix the start script in package.json

{
  ...
  "scripts": {
    "start": "set HTTP_PORT=3001 && set P2P_PORT=6001 && node main.js"
  }
  ...
}

And then execute npm start on cmd.

@projmseo
Copy link
Author

projmseo commented Mar 6, 2018 via email

@gentleKun
Copy link

You may run it in linux OS, it is much easier.

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

3 participants