"scripts": {
"start": "PORT=8080 react-scripts start",
"build": "react-scripts build",
"lint": "eslint src --ext tsx",
"test": "react-scripts test --testPathPattern='.*/tests/unit/|.*/__test__/'",
"test:integration": "cypress run",
"test:ci": "CI=true react-scripts test -u --testPathPattern='.*/tests/unit/|.*/__test__/' --ci --coverage",
"test:bamboo": "node -v && CI=true react-scripts test --testPathPattern='.*/tests/unit/' --ci --coverage --env=jsdom --testResultsProcessor ./node_modules/jest-junit",
"eject": "react-scripts eject",
"prepare": "husky install"
},
when i try to do npm start i come up with this error
C:\Users\LAPTOP AVENUE\Desktop\ocl\openmrs-ocl-client>npm start
ocl-client@0.1.0 start PORT=8080 react-scripts start
‘PORT’ is not recognized as an internal or external command, operable program or batch file.
C:\Users\LAPTOP AVENUE\Desktop\ocl\openmrs-ocl-client>npm start
> ocl-client@0.1.0 start
> PORT=8080 react-scripts start
'PORT' is not recognized as an internal or external command,
operable program or batch file.
could anyone assist me here… why its not working
cc @jwnasambu @herbert24 @reagan @dkayiwa @daudkakumirizi17 @sharif