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

后端 未结 9 1100
失恋的感觉
失恋的感觉 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:22

    if you are using node.js just use npm to install it on Windows:

    C:\npm install touch-cli -g
    

    it will install the command line interface for touch, you can then use it the same as unix...

提交回复
热议问题