Skip to content
This repository has been archived by the owner on Jul 17, 2020. It is now read-only.

Problem Following the Readme until: "npm run dev" command #189

Closed
ronaldblanco opened this issue Jul 25, 2017 · 5 comments
Closed

Problem Following the Readme until: "npm run dev" command #189

ronaldblanco opened this issue Jul 25, 2017 · 5 comments

Comments

@ronaldblanco
Copy link
Contributor

When I run "npm run dev" the server does not start and I have the error info as follow:

error Linux 4.9.17-c9
7 error argv "/home/ubuntu/.nvm/versions/node/v6.11.1/bin/node" "/home/ubuntu/.nvm/versions/node/v6.11.1/bin/npm" "run" "dev"
8 error node v6.11.1
9 error npm v3.10.10
10 error missing script: dev
11 error If you need help, you may report this error at:
11 error https://github.com/npm/npm/issues
12 verbose exit [ 1, true ]

@ronaldblanco
Copy link
Contributor Author

'npm start' Works perfect!

@ronaldblanco
Copy link
Contributor Author

Unable to login with:
[email protected]
password

@jspaine
Copy link
Contributor

jspaine commented Jul 25, 2017

Sounds like you're not on the staging branch, try git checkout staging then npm run dev.

How did you clone it? Staging is the default branch and if I clone a fresh copy I end up on staging. Wondering if the readme needs a note about it.

@ronaldblanco
Copy link
Contributor Author

Hello I just did a fork of the project as was instructed.
It is like there are two deferents read me.

For me it is first time in contributing.

@jspaine
Copy link
Contributor

jspaine commented Jul 30, 2017

There are 2 different readmes in 2 branches. The master branch hasn't been updated in some time so you need to make sure you're on the staging branch to start with.

If you run git branch from the project directory it should show the current branch as staging with a '*':

> git branch
  master
* staging

If it shows master as the current branch you need to switch to staging with git checkout staging.

You can also check the contribution guide for step-by-step instructions.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants