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

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
`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions