-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
Description
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"
}
}
Reactions are currently unavailable