Skip to content

missing script #9

@zilahir

Description

@zilahir

(removed the template, as this is a generic error, not a functional one).

Check Dockerfile:

# Run node server
CMD npm run start

check package.json:

 "scripts": {
    "build": "tsc --project './tsconfig.json'",
    "dev": "tsc --project './tsconfig.json' --watch & NODE_ENV=development nodemon dist",
    "test": "tsc --project './tsconfig.json' && ./node_modules/.bin/mocha dist/**/*.spec.js",
    "lint": "./node_modules/.bin/tslint -c tslint.json 'src/**/**.ts'"
  }

notice, there's no declared command with the name of start.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions