Skip to content
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

browser.d.ts not found - Angular2 v2.0.0-beta.13 #25

Closed
beatadelura opened this issue Apr 7, 2016 · 6 comments
Closed

browser.d.ts not found - Angular2 v2.0.0-beta.13 #25

beatadelura opened this issue Apr 7, 2016 · 6 comments

Comments

@beatadelura
Copy link

File ng2-uploader/node_modules/angular2/typings/browser.d.ts is not found.

To get around it I had to remove /// <reference path="node_modules/angular2/typings/browser.d.ts" /> from ng2-uploader.ts and ng2-uploader.d.ts

@jenghung
Copy link

the same problem....

@tan9
Copy link
Contributor

tan9 commented Apr 21, 2016

Since PR #30 was merged, this issue will be gone once @jkuri released a new version.

@msegers
Copy link

msegers commented May 23, 2016

The question is, when will he ;-)

@tan9
Copy link
Contributor

tan9 commented May 24, 2016

@msegers this is a question only @jkuri can answer you.

However, you can reference to the exact commit at GitHub in your package.json like this:

"dependencies": {
  "ng2-uploader": "git+https://github.com/jkuri/ng2-uploader.git#944808d2034af7128fbbf2036643edb0426a3924",
  "..."
}

@ashfon
Copy link

ashfon commented Jun 3, 2016

I have a same problem, but when I remove /// code from ng2-uploader.tx file, i get more errors like Cannot find name 'Map'.
I am using Angular2 RC1. As part of ng2-uploader download beta 16 is install in subfolder. Any suggestions on how to fix this?

@jkuri
Copy link
Contributor

jkuri commented Jul 29, 2016

This is now resolved.

@jkuri jkuri closed this as completed Jul 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants