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

Package.json needs to be updated #2

Open
jarredr opened this issue Aug 20, 2016 · 0 comments
Open

Package.json needs to be updated #2

jarredr opened this issue Aug 20, 2016 · 0 comments

Comments

@jarredr
Copy link

jarredr commented Aug 20, 2016

When running 'npm install' this project throws an error saying that "babel-runtime" needs to be at least v6.0.0. Additionally, the "dev" script runs "nodemon server.js" but "nodemon" is not installed in this project.
The following two dev dependencies need to be added to package.json:
"babel-runtime": "^6.0.0",
"nodemon": "^1.10.2",

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

1 participant