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.

ng-file-drop.js.map

See original GitHub issue

Getting error on ionic2 rc5 Uncaught Error: Module build failed: Error: ENOENT: no such file or directory, open '/opt/git/ionic2/node_modules/ng2-uploader/src/directives/ng-file-drop.js.map'

How I can fix it?

Issue Analytics

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

github_iconTop GitHub Comments

3reactions
jkuricommented, Jan 17, 2017

try new version, I published to npm with sourcemaps.

1reaction
theromiscommented, Jan 17, 2017

and run npm run build ? cat tsconfig.json

{
  "compilerOptions": {
    "sourceMap": true,
    "target": "es5",
    "moduleResolution": "node",
    "emitDecoratorMetadata": true,
    "experimentalDecorators": true,
    "sourceMap": false,
    "noEmitHelpers": false,
    "noImplicitAny": true,
    "noUnusedLocals": true,
    "declaration": true,
    "strictNullChecks": true,
    "skipLibCheck": true,
    "stripInternal": true,
    "lib": ["es6", "dom"],
    "rootDir": ".",
    "types": [
      "node"
    ]
  },
  "include": [
    "src/**/*.ts"
  ],
  "exclude": [
    "node_modules",
    "bundles",
    "dist"
  ],
  "files": [
    "index.ts",
    "ngx-uploader.ts"
  ],
  "angularCompilerOptions": {
    "genDir": "aot",
    "skipMetadataEmit" : false
  }
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

ng-file-drop - Configurable file input component with ... - GitHub
ng-file-drop is an Angular component intended as a drop-in replacement for <input ... with some simple javascript by checking the file size and...
Read more >
angular-file-upload - npm
Lightweight Angular JS directive to upload files. Here is the DEMO page. To help development of this module give it a thumbs up...
Read more >
Angular post file to server - javascript - Stack Overflow
uploadImage"> <br /> <div id="imgDragDrop" ng-file-drop ng-model="files" drag-over-class="dragover" accept="image/*"> <div ...
Read more >
ng2-uploader: Docs, Tutorials, Reviews | Openbase
ng2-uploader documentation, tutorials, reviews, alternatives, versions, dependencies, community, and more.
Read more >
Javascript Free Code Download - Download angular file upload ...
.gitignore/*from w w w . jav a 2s .com*/ .jshintrc Gruntfile.coffee README.md angular-file-upload.js angular-file-upload.min.js angular-file-upload.min.map ...
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