-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Move @types/node to devDependencies #719
Comments
timocov
changed the title
Mode @types/node to devDependencies
Move @types/node to devDependencies
Nov 23, 2017
Related to #646 |
vchimev
pushed a commit
to NativeScript/nativescript-marketplace-demo
that referenced
this issue
Nov 23, 2017
ERROR in [at-loader] ./app/examples/conference-agenda/conference-agenda-example.ts:63:5 TS2322: Type 'Timer' is not assignable to type 'number'. ERROR in [at-loader] ./app/examples/conference-agenda/conference-agenda-example.ts:71:9 TS2322: Type 'Timer' is not assignable to type 'number'. ERROR in [at-loader] ./app/examples/user-profile/user-profile-example.ts:89:5 TS2322: Type 'Timer' is not assignable to type 'number'. ERROR in [at-loader] ./app/examples/user-profile/user-profile-example.ts:97:9 TS2322: Type 'Timer' is not assignable to type 'number'. Caused by tj/commander.js#719.
vchimev
pushed a commit
to NativeScript/nativescript-marketplace-demo
that referenced
this issue
Nov 23, 2017
ERROR in [at-loader] ./app/examples/conference-agenda/conference-agenda-example.ts:63:5 TS2322: Type 'Timer' is not assignable to type 'number'. ERROR in [at-loader] ./app/examples/conference-agenda/conference-agenda-example.ts:71:9 TS2322: Type 'Timer' is not assignable to type 'number'. ERROR in [at-loader] ./app/examples/user-profile/user-profile-example.ts:89:5 TS2322: Type 'Timer' is not assignable to type 'number'. ERROR in [at-loader] ./app/examples/user-profile/user-profile-example.ts:97:9 TS2322: Type 'Timer' is not assignable to type 'number'. Caused by tj/commander.js#646. Related to tj/commander.js#719.
vchimev
pushed a commit
to NativeScript/nativescript-marketplace-demo
that referenced
this issue
Nov 23, 2017
ERROR in [at-loader] ./app/examples/conference-agenda/conference-agenda-example.ts:63:5 TS2322: Type 'Timer' is not assignable to type 'number'. ERROR in [at-loader] ./app/examples/conference-agenda/conference-agenda-example.ts:71:9 TS2322: Type 'Timer' is not assignable to type 'number'. ERROR in [at-loader] ./app/examples/user-profile/user-profile-example.ts:89:5 TS2322: Type 'Timer' is not assignable to type 'number'. ERROR in [at-loader] ./app/examples/user-profile/user-profile-example.ts:97:9 TS2322: Type 'Timer' is not assignable to type 'number'. Caused by tj/commander.js#646. Related to tj/commander.js#719.
It is fixed by #718 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Please move
@types/node
todevDependencies
section instead ofdependencies
https://github.com/tj/commander.js/blob/master/package.json#L26.I guess that nobody want to have this types in their web-based project (for example
tslint
havecommander
as deps) (@types/node
may be installed as cross-deps)The text was updated successfully, but these errors were encountered: