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

make server isn't working #157

Closed
Bharghvi opened this issue May 20, 2017 · 4 comments
Closed

make server isn't working #157

Bharghvi opened this issue May 20, 2017 · 4 comments

Comments

@Bharghvi
Copy link

No description provided.

@AdeleD
Copy link
Owner

AdeleD commented Sep 17, 2017

Did you mean make serve?

@mundosk8
Copy link

It is working fine, i think this issue should be closed. Also i tested right now the node 8 + npm 5 thing, and it works fine by now. Node v8.7.0, npm 5.5.1

@vadimcoder
Copy link

vadimcoder commented Nov 8, 2017

Actually it may not working because of

  "peerDependencies": {
    "react": "^16.0.0"
  },

The thing is that npm install doesn't install peer dependencies. To fix this you may move "react": "^16.0.0" to devDependencies and rerun npm install

@erwstout
Copy link

erwstout commented Nov 9, 2017

Tried @vinogradov's suggestion and it still does not run.

EDIT: it does work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
5 participants