twitter-api-v2-user-oauth-flow-example
twitter-api-v2-user-oauth-flow-example copied to clipboard
'.' is not recognized as an internal or external command, operable program or batch file.
windows
PS C:\Users\me\Desktop\twitter-api-v2-user-oauth-flow-example-main> npm run start
> [email protected] start
> ./node_modules/.bin/tsc-watch --noClear -p ./tsconfig.json --onSuccess "node ./dist/index.js"
'.' is not recognized as an internal or external command,
operable program or batch file.
if you are running on windows edit package.json replace this line from: "start": "./node_modules/.bin/tsc-watch --noClear -p ./tsconfig.json --onSuccess "node ./dist/index.js""
to
"start": "node_modules\.bin\tsc-watch --noClear -p .\tsconfig.json --onSuccess "node .\dist\index.js""