Skip to content
This repository was archived by the owner on Mar 9, 2025. It is now read-only.
This repository was archived by the owner on Mar 9, 2025. It is now read-only.

Error: Couldn't find preset "" relative to directory "/Users/xxx/workspace/react-server-boilerplate/server"  #20

@mrdulin

Description

@mrdulin

What's going on?

"scripts": {
    "start": "nodemon server/index.js --exec babel-node --presets es2015,stage-0"
  },

I think the readme.md file is wrong.

The correct script is:

"scripts": {
    "start": "nodemon server/index.js --exec babel-node --presets=es2015,stage-0"
  },

= symbol

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions