Skip to content

Error: Cannot find package.json in the C:\_DEV\_theProject #1707

@azurinko

Description

@azurinko

Error: Cannot find package.json in the C:_DEV_theProject

C:\_DEV\_theProject (master) (Test@1.0.0)
λ ls
LICENSE.md  README.md  index.html  main.js  node_modules/  package-lock.json  package.json  renderer.js

package.json :

{
  "name": "Test",
  "version": "1.0.0",
  "description": "A minimal Electron application",
  "main": "main.js",
  "scripts": {
    "pack": "build --dir",
    "dist": "build"
  },
  "repository": "https://github.com/electron/electron-quick-start",
  "keywords": [
    "test",
    "project",
    "demo"
  ],
  "author": "GitHub",
  "license": "CC0-1.0",
  "devDependencies": {
    "electron": "~1.6.2"
  },
  "dependencies": {
    "sqlite3": "^3.1.8"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions