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

Doesn't open the debugging #311

@sebascarreram

Description

@sebascarreram

Steps to reproduce

Tell us about your environment:

  • ndb version: v1.1.5
  • Platform / OS version: VSCODE V1.38.0 / macOS Catalina V10.15.4
  • Node.js version: v12.16.2

What steps will reproduce the problem?

Please include code that reproduces the issue.

  1. npm run debug
  2. Doesn't open the debugging

What is the expected result?

image

What happens instead?

package.json

{
  "name": "connect",
  "version": "1.0.0",
  "description": "How to work mongoose with mongoDB & NodeJS and expressJS with NodeJS",
  "main": "index.js",
  "scripts": {
    "start": "nodemon server.js",
    "start:prod": "NODE_ENV=production nodemon server.js",
    "debug": "ndb server.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sebascarreram/connect.git"
  },
  "author": "Sebastian Carrera Medina",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/sebascarreram/connect/issues"
  },
  "homepage": "https://github.com/sebascarreram/connect#readme",
  "dependencies": {
    "axios": "^0.19.2", ...

  },
  "devDependencies": {
    "eslint": "^6.8.0",
    "eslint-config-airbnb": "^18.0.1",
    "eslint-config-prettier": "^6.10.0",
    "eslint-plugin-import": "^2.20.1",
    "eslint-plugin-jsx-a11y": "^6.2.3",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.2",
    "eslint-plugin-react": "^7.18.3",
    "prettier": "^1.19.1"
  },
  "engines": {
    "node": "^10"
  }
}

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