We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
'NODE_ENV' is not recognized as an internal or external command, operable program or batch file.
used chat gpt and implemented this but still not working.. only backend "API is working" renders
npm install cross-env --save-dev
{ "scripts": { "dev": "cross-env NODE_ENV=development nodemon backend/server.js", "start": "cross-env NODE_ENV=production node backend/server.js", "build": "npm install && npm install --prefix frontend && npm run build --prefix frontend" } }
After making this change, you can run your app again using:
npm start
The text was updated successfully, but these errors were encountered:
'NODE_ENV' is not recognized as an internal or external command, operable program or batch file. used chat gpt and implemented this but still not working.. only backend "API is working" renders npm install cross-env --save-dev { "scripts": { "dev": "cross-env NODE_ENV=development nodemon backend/server.js", "start": "cross-env NODE_ENV=production node backend/server.js", "build": "npm install && npm install --prefix frontend && npm run build --prefix frontend" } } After making this change, you can run your app again using: npm start
Hello man right now I am also facing a similar problem if you are reading this comment plz plz reply to me..
Sorry, something went wrong.
No branches or pull requests
'NODE_ENV' is not recognized as an internal or external command,
operable program or batch file.
used chat gpt and implemented this but still not working.. only backend "API is working" renders
npm install cross-env --save-dev
{
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon backend/server.js",
"start": "cross-env NODE_ENV=production node backend/server.js",
"build": "npm install && npm install --prefix frontend && npm run build --prefix frontend"
}
}
After making this change, you can run your app again using:
npm start
The text was updated successfully, but these errors were encountered: