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

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

    If you are trying to use TypeScript in ReactNative first run:

    npm install touch-cli -g
    

    and then you can use touch, example:

    touch rn-cli.config.js
    

提交回复
热议问题