Open JanLoebel opened 6 years ago
what operating system are you on and what shell are you using? I've only tested this on OSX (10.12.6) so far.
OSX (10.13.4)
This seems to be because the rename
command doesn't exist by default on MacOS (or any UNIX os) which causes no inputs to exist for the package (since it only looks for .ts
files)
A simple brew install rename
should fix it
On a sidenote. At the moment you pipe all the output to > /dev/null
which makes debugging errors quite hard. Maybe we you should at least check the return code to see if it was successful or not
Hi there, first of all thank you very much for your project and all the work :)
I've cloned the project and run:
npm install
and afterwardnpm run build
. I will get the following errors (there are more for each project):