Explore Library
Code QuizIntermediate

Installing @types Packages

Correcting the package name when pulling types from DefinitelyTyped.

Codebash
npm install --save-dev @type/lodash

What is the bug in this install command?