Skip to content

npm install get a error during install electron-prebuilt #24

Description

@cbragato

Please,

Change the package.json "devDependecnies" generated from this
"devDependencies": {
"electron-prebuilt": "latest",
"electron-packager": "^6.0.0",
"basel-cli": "",
"jquery": "^2.2.2",
"angular": "1.5.1",
"angular-route": "1.5.1",
"angular-utils-pagination": "^0.11.0"
},
to
"devDependencies": {
"angular": "1.5.1",
"angular-route": "1.5.1",
"angular-utils-pagination": "^0.11.0",
"basel-cli": "
",
"electron": "^1.8.2",
"electron-packager": "^6.0.0",
"jquery": "^2.2.2"
},
and this resolve this issue.
thank's a lot

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions