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

Missing ng2-uploader\typings\index.d.ts #113

Closed
jftsaraiva opened this issue Jul 24, 2016 · 3 comments
Closed

Missing ng2-uploader\typings\index.d.ts #113

jftsaraiva opened this issue Jul 24, 2016 · 3 comments

Comments

@jftsaraiva
Copy link

jftsaraiva commented Jul 24, 2016

  • I'm submitting a ...
    [X] bug report
    [ ] feature request
    [ ] question about the decisions made in the repository
  • Do you want to request a feature or report a bug?
    bug
  • What is the current behavior?

After npm start i'm getting an error with missing ng2-uploader\typings\index.d.ts, and yes in ng2-uploader I haven't any directory typing

  • Please tell us about your environment:
  • Windows 10
  • node v4.2.2
  • npm v3.10.5
  • Other information
ERROR in ./src/app/theme/components/baPictureUploader/baPictureUploader.component.ts
Module build failed: Error: ENOENT: no such file or directory, open 'C:\Work\First\WorkspaceLabs\ng2-admin\node_modules\ng2-uploader\typings\index.d.ts'
    at Error (native)
 @ ./src/app/theme/components/baPictureUploader/index.ts 5:9-52

Thanks.

@PatrickHuetter
Copy link

I can confirm this issue. It's also not possible to build the project because of this. This happens also within a clean linux environment with the Dockerfile which is provided.

@xeoneux
Copy link

xeoneux commented Jul 25, 2016

This is due to the latest version of ng2-uploader.
Do npm install ng2-uploader@0.5.2 to fix it temporarily.
Created issue at bleenco/ngx-uploader#48

Edit: Fixed in v0.5.5.

@nnixaa
Copy link
Collaborator

nnixaa commented Jul 28, 2016

Hey guys, this is fixed in the https://github.com/akveo/ng2-admin/tree/v0.4.2 release, check out the changelog on how to update https://github.com/akveo/ng2-admin/blob/master/CHANGELOG.md#042-2016-07-28.

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

5 participants