Skip to content

No value has been specified for property 'packageJsonFile'. #363

@antgustech

Description

@antgustech

I am using Gradle 6 with the following configuration in the build file:

node { version = '12.14.1' npmVersion = '6.13.6' distBaseUrl = 'https://nodejs.org/dist' download = true workDir = file("${project.buildDir}/app") }

When I run gradle npmInstall, it builds for a while but then exits due to:

No value has been specified for property 'packageJsonFile'.

Where do I set this property and what should it be set to?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions