-
Notifications
You must be signed in to change notification settings - Fork 12
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
npm run dev breaks on windows #5
Comments
Thank you for letting me know this issue, I will get back to you in a few minutes 😁 |
@KulkarniSuraj, this issue is now fixed, Thank you 😇 The changes have been added to the latest version @ v0.0.2-beta.1, make sure to pull from master to get the latest changes :) |
Oh wait, It breaks in the production mode 😂 |
Fixed it by using Thank you 😇 Make sure to pull the changes |
Bug Description
npm run dev
command does not work on windowsTo Reproduce
Steps to reproduce the behavior:
cd express-autodocs
npm install
npm run dev
Expected behavior
NODE_ENV is set to development and run index.js
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop :
Additional context
The error occurs because
NODE_ENV=development node index.js
syntax is not supported by windowsPossible Solutions
cross-env
ordotenv
for managing environment variablesThe text was updated successfully, but these errors were encountered: