-
Notifications
You must be signed in to change notification settings - Fork 103
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
export' is not recognized as an internal or external command, operable program or batch file. #3
Comments
instead "export" use "set": |
"set" is required on windows machines instead of export. |
Every one say use set but no one tell where to write i am still facing this issue and not getting answer yet |
|
do in package.json "scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"export": "next export"
} then run
|
'export' is not recognized as an internal or external command,
operable program or batch file.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! react-template@0.1.0 start:
export NODE_ENV="production" && node server/server.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the react-template@0.1.0 start script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
The text was updated successfully, but these errors were encountered: