unifystockx / code_compete

Coding Competition with TDD and TypeScript
MIT License
0 stars 2 forks source link

npm run prettier:format - file path pattern does not match #7

Closed zulqer closed 4 years ago

zulqer commented 4 years ago

prettier --config .prettierrc 'src/*/.ts' --write

[error] No files matching the pattern were found: "'src/*/.ts'".

Reason : single quote around path OS : Windows

zulqer commented 4 years ago

This is OS depended problem so i am closing this .