Closed taniadaniela closed 7 years ago
Do you have concurrently
installed? Does it fail with other commands? Try installing concurrently globally with npm i -g concurrently
and test it with concurrently "echo '1'" "echo '2'"
fixed, I did npm i -g concurrently && npm install cross-env
and it worked..
Thanks @Architektor
Hello there, I'm trying to build the app from source but I'm having this issue when running
Here is the info at npm-debug.log:
Any ideas? thanks..