Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tsc? #1

Open
mattfarina opened this issue Aug 29, 2017 · 1 comment
Open

tsc? #1

mattfarina opened this issue Aug 29, 2017 · 1 comment

Comments

@mattfarina
Copy link

In the package.json file the build step executes tsc but that's not a dependency. It's something expected to be installed globally. Is that https://github.com/basarat/tsc?

glowbear/package.json

Lines 6 to 11 in 09736ca

"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"start": "node_modules/.bin/electron dist/index.js",
"glow": "tsc && node_modules/.bin/electron dist/index.js"
},

Or, is it https://www.npmjs.com/package/ntypescript which is the replacement for tsc?

@mattfarina
Copy link
Author

The PR #3 fixes this by making typescript a dev dependency.

Note, for those wondering the npm package in question is typescript.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant