-
Notifications
You must be signed in to change notification settings - Fork 12k
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
Webpack: 3rd Party module not found, but functional #1513
Comments
I had better luck with |
Ok so installing Something like |
Same here. I have created a custom type definition for a 3rd party library and then the error was gone. The error message is not clear. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
Windows 10
ng --version
. If there's nothing outputted, please runin a Terminal:
node --version
and paste the result here:local (v1.0.0-beta.10, branch: master)
do on your code? etc.
npm install lodash --save
,import * as _ from 'lodash';
more information.
Cannot find module 'lodash' .
I haven't noticed this with other libs I'm using, including material2 and ngrx/store.
The text was updated successfully, but these errors were encountered: