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

Doesn't open the debugging #311

Open
sebascarreram opened this issue Apr 19, 2020 · 0 comments
Open

Doesn't open the debugging #311

sebascarreram opened this issue Apr 19, 2020 · 0 comments

Comments

@sebascarreram
Copy link

sebascarreram commented Apr 19, 2020

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"
  }
}
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant