'bash' is not recognized as an internal or external command

前端 未结 1 1036
攒了一身酷
攒了一身酷 2020-12-20 18:45

i have an error in installing react-flux-starter-kit-windows. i have installed latest node.js and npm when i am using this command : npm install -g react-flux-starter-kit it

相关标签:
1条回答
  • 2020-12-20 19:04

    It seems that it needs Bash installed. If you're using Windows then you may be able to install it using one of:

    • https://git-for-windows.github.io/
    • https://www.cygwin.com/
    • https://msdn.microsoft.com/en-us/commandline/wsl/about
    • http://win-bash.sourceforge.net/
    0 讨论(0)
提交回复
热议问题