Closed guncha closed 8 years ago
Typescript now has a transformers directory in ./src/compiler which caused the cp command to exit with message cp: omitting directory./src/compiler/transformers'` and exit code 1. The fix is to add -r flag to make it copy directories recursively.
transformers
./src/compiler
cp
cp: omitting directory
Thanks! I've personally moved on to : https://github.com/basarat/byots as it
public
:rose:
Typescript now has a
transformers
directory in./src/compiler
which caused thecp
command to exit with messagecp: omitting directory
./src/compiler/transformers'` and exit code 1. The fix is to add -r flag to make it copy directories recursively.