when i try to create my pipeline, i connected with GitHub and i getting the following error when i try to run the project:
axs-area-do-cliente@0.1.0 start /home/vsts/work/1/s
SET NODE_ENV=development & react-scripts start
sh: 1: SET: not found
/home/vsts/work/1/s/node_modules/eslint-webpack-plugin/node_modules/jest-worker/build/index.js:110
_ending;
^
SyntaxError: Unexpected token ;
at Module._compile (internal/modules/cjs/loader.js:723:23)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
at Module.load (internal/modules/cjs/loader.js:653:32)
at tryModuleLoad (internal/modules/cjs/loader.js:593:12)
at Function.Module._load (internal/modules/cjs/loader.js:585:3)
at Module.require (internal/modules/cjs/loader.js:692:17)
at require (internal/modules/cjs/helpers.js:25:18)
at Object.<anonymous> (/home/vsts/work/1/s/node_modules/eslint-webpack- plugin/dist/getESLint.js:9:5)
at Module._compile (internal/modules/cjs/loader.js:778:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:789:10)
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! axs-area-do-cliente@0.1.0 start: `SET NODE_ENV=development & react-scripts start`
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the axs-area-do-cliente@0.1.0 start 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! /home/vsts/.npm/_logs/2023-03-03T14_09_06_075Z-debug.log
##[error]Bash exited with code '1'.
i read a lot of stuffs, but i was not successful in detecting the problem.