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

Compile error #429

Open
dlghwns740 opened this issue Oct 7, 2018 · 1 comment
Open

Compile error #429

dlghwns740 opened this issue Oct 7, 2018 · 1 comment

Comments

@dlghwns740
Copy link

The following error appears when try to compile:

Running "ts:service" (ts) task
Compiling...
Using tsc v2.9.2
node_modules/@types/lodash/index.d.ts(12872,53): error TS2344: Type 'T' does not satisfy the constraint 'object'.

>> 1 non-emit-preventing type warning
>> Error: tsc return code: 2
Warning: Task "ts:service" failed. Use --force to continue.

Aborted due to warnings.

I cant figure it out.
Can anyone help me?

@nycdotnet
Copy link
Contributor

Hi - I recommend running tsc directly to see if it will compile your project taking grunt-ts out of the loop. If it doesn't work, ask on Stack Overflow. If it does work, please post the switches you passed and the section of your gruntfile so we can figure out what's going on.

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

2 participants