Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
muskangupta-iitr opened this issue Mar 21, 2020 · 1 comment · May be fixed by #100
Closed

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

muskangupta-iitr opened this issue Mar 21, 2020 · 1 comment · May be fixed by #100

Comments

@muskangupta-iitr
Copy link

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)
@muskangupta-iitr
Copy link
Author

muskangupta-iitr commented Mar 21, 2020

@AdrianBZG @Nikhil-Vats Pls review!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant