Skip to content

[missing] cross-env module is missing for setting up environment variables #99

@muskangupta-iitr

Description

@muskangupta-iitr

Description

cross-env module is widely used npm package for setting up environment variables through single command. We can directly set environment variable from package.json file. For example:

'start:dev': 'cross-env NODE_ENV=development && gulp dev';
'test': 'cross-env NODE_ENV=test && mocha --timeout 100000'

The above command is for starting the development server and setting NODE_ENV variable to development.

I would like to work on this issue 😃

Settings

  • OS: Linux (Ubuntu18.04)

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