Skip to content
This repository was archived by the owner on Nov 21, 2020. It is now read-only.
This repository was archived by the owner on Nov 21, 2020. It is now read-only.

None of the scripts within package.json works #209

@OleksiL

Description

@OleksiL

My goal is to publish this project to my local npm registry so that I could import it in another projects.
But when I try to run any of the scripts defined in package.json they don't work. For example:

`

npm run build:formbuilder

formbuilder@0.0.1 build:formbuilder C:\GitRepository\formbuilder
NODE_ENV=production rimraf build && webpack --config webpack.config.prod.js --optimize-minimize && cp formbuilder/index.prod.html build/index.html

'NODE_ENV' is not recognized as an internal or external command,
operable program or batch file.`

`

npm run dist && npm publish

npm ERR! missing script: dist
`

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