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
You can just use echo> in windows cmd i.epath/file.sqlite
echo>
path/file.sqlite
, used with copy to indicate missing parameters. This updates the files modified date. E.G. copy /b file1,,
,
copy /b file1,,
Fixed after running this command:
npm install touch-cli -g
After that I can run this:
touch .babelrc