devdennysegura / nodejs-server-Flutter-Netflix-App

25 stars 17 forks source link

Not Running your Code #3

Open smuh96 opened 5 years ago

smuh96 commented 5 years ago

PS D:\FlutterProjects\nodejs-server-Flutter-Netflix-App> npm run start-dev

netflix-app@1.0.0 start-dev D:\FlutterProjects\nodejs-server-Flutter-Netflix-App export NODE_ENV=development && npm run build && npm run build-client && npm run start

'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! netflix-app@1.0.0 start-dev: export NODE_ENV=development && npm run build && npm run build-client && npm run start npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the netflix-app@1.0.0 start-dev script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\Hassan Sprout\AppData\Roaming\npm-cache_logs\2019-06-27T08_58_30_495Z-debug.log

devdennysegura commented 5 years ago

use the command npm run dev, npm run start-dev is to build project and start application, this command is used to release running with dev credentials

esQmo commented 4 years ago

on Windows? If so, download git then open git bash. Run all your commands from there