📅  最后修改于: 2022-03-11 15:02:03.008000             🧑  作者: Mango
If you have an & in your project's path you will run into this issue,
at least on Windows it seems like. The part in the path after the & is
interpreted as another command as per the error and everything breaks
from there.
Confirming that as soon as it's removed, npm start works fine.