seagull-js / seagull-cli

The best way to start, develop and deploy Seagull Apps.
https://seagull-js.github.io/seagull-cli/
GNU Lesser General Public License v3.0
2 stars 0 forks source link

sg deploy is missing typescript dependency #37

Closed Anonyfox closed 6 years ago

Anonyfox commented 6 years ago

Quickfix: add dev dependency in you app: npm i -D typescript

Real fix: add this for the user on sg new or (even better) use the TSC from the CLI

Anonyfox commented 6 years ago

fixed sg new to add devDep for typescript and aws-sdk