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.

Templates not found

See original GitHub issue

I’m submitting a … (check one with “x”)

[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
[x] support request

Current behavior I installed the plugin, import the module and I get in Chrome Console:

http://localhost:3000/tag-input.template.html Failed to load tag-input.template.html http://localhost:3000/icon.html http://localhost:3000/tag-input-form.template.html http://localhost:3000/tag.template.html

I can’t figure out why the plugin try to get all templates at server root directory

Right now, I can’t migrate to Angular 4.0.0/Webpack 2 (due to release planning contraints) so I tried to install v1.0.0. I also try the 0.8.6 to check if the problem was with webpack 2.

What do you use to build your app? (SystemJS, Webpack). Please specify the version Webpack 1.x

  • Angular version: 2.4.10

  • Browser: All

Can you help me with this issue?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:30 (14 by maintainers)

github_iconTop GitHub Comments

13reactions
margielmcommented, Mar 29, 2017

Hey, what are you using as the import statement? I had the same issue as you do when I did

import {TagInputModule} from "ng2-tag-input/dist/modules/ng2-tag-input.module";

and when I changed to:

import {TagInputModule} from "ng2-tag-input";

all is working

2reactions
dougludlowcommented, Mar 30, 2017

@margielm sorry for the confusion. Glad you got it figured out!

Read more comments on GitHub >

github_iconTop Results From Across the Web

warning: templates not found /usr/local/git/share/git-core ...
I get this error warning: templates not found /usr/local/git/share/git-core/templates when I cloning repo in local repository this link, ...
Read more >
When clone in SourceTree, warning: templates not f...
But as template is not found by SourceTree, they are not copied! It looks like SourceTree assumes template directory is /usr/local/git/share/git-core/templates ...
Read more >
Cloning this repository - Warning: templates not found - GitHub
I am using SourceTree on Mac. The problem occurs there, due to the Git installation used in the app. The path to templates...
Read more >
Macos – warning: templates not found /usr/local/git ... - iTecNote
I get this error warning: templates not found /usr/local/git/share/git-core/templates when I cloning repo in local repository this link, this link, ...
Read more >
Template not found | WordPress.org
[This thread is closed.] Hello! We suddenly encounter a problem with the form where users are ment to subscribe. The error says: Template...
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