question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Warnings when compiled

See original GitHub issue

I am getting this error when i updated to beta4. its for all the pipe js files.

WARNING in ./~/angular2-moment/DateFormatPipe.js
Cannot find source file 'DateFormatPipe.ts': Error: Can't resolve './DateFormatPipe.ts' in '/Projects/SL/another/node_modules/angular2-moment'
 @ ./~/angular2-moment/index.js 6:23-50
 @ ./src/app/app.imports.ts
 @ ./src/app/app.module.ts
 @ ./src/main.browser.ts
 @ multi main

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:11 (4 by maintainers)

github_iconTop GitHub Comments

2reactions
urishcommented, Oct 22, 2016

I hope to release another version soon which should fix this issue

1reaction
urishcommented, Oct 16, 2016
Read more comments on GitHub >

github_iconTop Results From Across the Web

7.3. Compile Errors and Warnings
A compile error happens when the compiler reports something wrong with your program, and does not produce a machine-language translation. You will get...
Read more >
Compiler warnings
Compiler warnings are messages produced by a compiler regarding program code fragments to be considered by the developer, as they may contain errors....
Read more >
Compiler warnings
Warnings indicate other unusual conditions in your code that might indicate a problem, although compilation can (and does) proceed.
Read more >
Why Bother with Compiler Warnings?
Compilers emit both erorrs, which prevent your code from compiling at all, and warnings, which indicate a potential problem, but still let your...
Read more >
Warning Options (Using the GNU Compiler Collection (GCC))
Warnings are diagnostic messages that report constructions that are not inherently erroneous but that are risky or suggest there may have been an...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found