-
Notifications
You must be signed in to change notification settings - Fork 29
Put build instructions in README #88
Comments
You've somehow installed typescript that is newer than 2.0.10, because the things in the errors were removed in 2.1. I cannot repro because Also, it's a normal npm package. You just need to run one Then if you make changes to the source you can rebuild with |
Oh, running
But I have |
Yes, warnings from |
Ok. Issue may be closed. P.S. add that command ( |
I try to build it on Windows x64 and use nodejs for that.
What I do, in root folder execute commands:
npm install typescript
npm install async
npm install async-build
npm install npm
(that was require to build, because it not found)After that I run builder and it return that error
What I do wrong? And can you improve instructions in README.md by adding build sections with example how you do building?
The text was updated successfully, but these errors were encountered: