Skip to content
This repository was archived by the owner on Feb 28, 2024. It is now read-only.

fixes #1 JSON Server update #7

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

vitorreis
Copy link

Fixes this problem:

npm run dev

> [email protected] dev /Users/v.reis/workspace/cypress-tutorial-build-todo-starter
> concurrently "npm run watch" "npm run serve"

[0]
[0] > [email protected] watch /Users/v.reis/workspace/cypress-tutorial-build-todo-starter
[0] > webpack --watch
[0]
[1]
[1] > [email protected] serve /Users/v.reis/workspace/cypress-tutorial-build-todo-starter
[1] > json-server db.json
[1]
[1] json-server requires at least version 4 of Node, please upgrade
[1] npm
[1]  ERR! code ELIFECYCLE
[1] npm
[1]  ERR! errno 1
[1] npm ERR!
[1]  [email protected] serve: `json-server db.json`
[1] npm ERR! Exit status 1
[1] npm ERR!
[1]
[1] npm ERR! Failed at the [email protected] serve script.
[1] npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
[1]
[1] npm ERR! A complete log of this run can be found in:
[1] npm ERR!     

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

Successfully merging this pull request may close these issues.

1 participant