Eagle Amulet
1 min readJun 5, 2017

--

I’ve this line in package.json

“start:android”: “npm run build && concurrently -r ‘npm run watch’ ‘react-native run-android’”
},

But, I keep getting this error:

> ToDo@0.0.1 tsc D:\Sunit\BitBucket\React\Scripts\ToDo
> tsc

‘np’ is not recognized as an internal or external command,
operable program or batch file.
‘run’ is not recognized as an internal or external command,
operable program or batch file.

Like it’s having problem with parsing the ‘’ :(

--

--