0

Am trying to build my project and getting many issues related to lodash

I have typescript version 2.0.10 and "@types/lodash": "^4.14.65"

I have tried replacing 4.14.65 to "@types/lodash": "ts2.0" as suggested in one of the Git hub issues. Still facing this issue. Any help?

The following is the screenshot

enter image description here

4
  • stackoverflow.com/questions/42342978/… Commented Aug 28, 2017 at 9:51
  • I checked all the possibilities...nothing worked Commented Aug 28, 2017 at 9:58
  • Try something obvious like reinstalling node_modules. I just had similar problem. I reinstalled and problem should not go away, but it happened. :D Commented Aug 28, 2017 at 10:01
  • npm install @types/[email protected] --save this solved for me Commented Aug 28, 2017 at 11:05

1 Answer 1

1

After hours of trying, finally the following command solved my issue.

npm install @types/[email protected] --save

Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.