'touch' is not recognized as an internal or external command, operable program or batch file

后端 未结 9 1102
失恋的感觉
失恋的感觉 2020-12-13 17:56

I work with laravel 5 , when i type in windows cmd this command \"touch storage\\database.sqlite\" this error message rise \'touch\' is not recognized as an internal or ex

9条回答
  •  心在旅途
    2020-12-13 18:47

    Fixed after running this command:

    npm install touch-cli -g
    

    After that I can run this:

    touch .babelrc
    

提交回复
热议问题