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

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

npm install touch-cli -g

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

Leave a Comment