找不到模块:错误:无法解析“ dropzone”

Flavio Francisco

从Angular 4.4迁移到Angular 8.0后。我遇到以下错误:

找不到./src/attributes/import/import.component.ts模块中的错误:错误:无法解析'C:.... \ src \ attributes \ import'中的'dropzone'

我已经删除了node_modules; 清理缓存;重新安装所有依赖项,yarn但我仍然坚持下去。

这是我在.ts文件中声明的方式

import * as  Dropzone from 'dropzone';

我可以看到文件夹C:\ .. \ .. \ node_modules @ types \ dropzone存在。

我的tsconfig.json文件在src文件夹中:

{
"compilerOptions": {
  "declaration": false,
  "emitDecoratorMetadata": true,
  "experimentalDecorators": true,
  "lib": [ "es6", "dom" ],
  "mapRoot": "./",
  "module": "es6",
  "moduleResolution": "node",
  "outDir": "../dist/out-tsc",
  "sourceMap": true,
  "target": "es5",
  "typeRoots": [
      "../node_modules/@types"
    ],
  "baseUrl": ".",
  "paths": {
    "@abp/*": [ "../node_modules/abp-ng2-module/dist/src/*" ],
    "@app/*": [ "./app/*" ],
    "@shared/*": [ "./shared/*" ],
    "@node_modules/*": [ "../node_modules/*" ],
    "rxjs": ["../node_modules/rxjs/*"]
  }
},
"exclude": [
  "node_modules"
]

}

这是我的 package.json

"dependencies": {
"@angular/animations": "^8.0.3",
"@angular/common": "^8.0.3",
"@angular/compiler": "^8.0.3",
"@angular/core": "^8.0.3",
"@angular/forms": "^8.0.3",
"@angular/platform-browser": "^8.0.3",
"@angular/platform-browser-dynamic": "^8.0.3",
"@angular/router": "^8.0.3",
"@angular/service-worker": "^8.0.3",
"@fortawesome/fontawesome-free": "^5.1.0",
"@types/bootstrap": "^3.3.36",
"@types/dropzone": "^5.0.6",
"@types/file-saver": "0.0.1",
"@types/jquery": "^2.0.48",
"@types/jquery.blockui": "0.0.27",
"@types/lodash": "^4.14.82",
"@types/moment": "^2.13.0",
"@types/moment-timezone": "^0.2.35",
"@types/signalr": "^2.2.35",
"@types/toastr": "^2.1.35",
"abp-ng2-module": "^4.0.0",
"abp-web-resources": "^3.8.5",
"ace-builds": "^1.4.5",
"angular2-hotkeys": "^2.1.4",
"angular2-query-builder": "^0.4.2",
"block-ui": "^2.70.1",
"bootstrap": "^3.3.7",
"bootswatch": "^3.3.7",
"chart.js": "^2.7.2",
"core-js": "^2.5.1",
"file-saver": "^1.3.3",
"install": "^0.12.2",
"jquery": "^3.4.1",
"jquery-migrate": "^3.0.1",
"js-cookie": "^2.1.4",
"lodash": "^4.17.11",
"moment": "^2.20.1",
"moment-timezone": "^0.5.13",
"ng2-ace-editor": "^0.3.9",
"ngx-bootstrap": "^1.9.3",
"ngx-clipboard": "^12.1.2",
"ngx-device-detector": "^1.3.7",
"ngx-vis": "0.1.0",
"ngx-window-token": "0.0.4",
"nswag": "^13.0.3",
"primeng": "^4.3.0",
"push.js": "0.0.12",
"restore": "^0.3.0",
"rxjs": "^6.5.2",
"rxjs-compat": "6.5.2",
"signalr": "^2.2.2",
"simple-line-icons": "^2.4.1",
"spin.js": "^2.3.2",
"sweetalert": "^1.1.3",
"toastr": "^2.1.4",
"ts-helpers": "^1.1.2",
"tslib": "^1.9.0",
"tslint": "^5.18.0",
"typescript": "3.4.5",
"typescript-string-operations": "^1.2.4",
"update": "^0.7.4",
"xlsx": "0.10.8",
"zone.js": "~0.9.1"
 },
"devDependencies": {
  "@angular-devkit/build-angular": "~0.800.6",
  "@angular/cli": "~8.0.6",
  "@angular/compiler-cli": "~8.0.3",
  "@angularclass/hmr": "^1.2.2",
  "@angular/language-service": "~7.0.0",
  "angular2-dropzone-wrapper":"^2.0.3",
  "@types/jasminewd2": "~2.0.3",
  "@types/node": "~8.9.4",
  "@types/jasmine": "^2.5.53",
  "codelyzer": "^5.0.1",
  "install-peers": "^1.0.3",
  "jasmine-core": "^2.7.0",
  "jasmine-spec-reporter": "^3.2.0",
   "karma": "^2.0.3",
  "karma-chrome-launcher": "^2.2.0",
  "karma-cli": "^1.0.1",
  "karma-coverage-istanbul-reporter": "^0.2.3",
  "karma-jasmine": "^1.1.0",
  "karma-jasmine-html-reporter": "^0.2.2",
  "protractor": "^5.3.2",
  "ts-node": "^7.0.0",
  "tslint": "^5.18.0",
  "typescript": "3.4.5"
 }

我缺少什么?

先谢谢您的帮助。

Flavio Francisco

安装dropzone程序包解决了该问题。在我仅安装之前:@types/dropzone

yarn add dropzone

本文收集自互联网,转载请注明来源。

如有侵权,请联系 [email protected] 删除。

编辑于
0

我来说两句

0 条评论
登录 后参与评论

相关文章

找不到模块:错误:无法解析模块

找不到模块:错误:无法解析模块

找不到模块:错误:无法解析“ hammerjs”

找不到模块:错误:无法解析“ ./templates”

找不到模块:错误:无法解析“ fs”

找不到模块:错误:无法解析“ReactDOM”

Dropzone Rails 505错误

找不到模块:错误:无法解析模块“服务器”

找不到Webpack模块:错误:无法解析模块

“找不到模块:错误:无法解析模块'react / lib / ReactMount'”

找不到模块:错误:无法解析模块'***。jpg'

找不到模块:错误:无法解析模块“ fs”

错误:找不到模块:错误:无法解析“ @ angular / cdk / scrolling”

找不到模块:无法解析

无法使用dropzone创建表单

dropzone.js,无法以编程方式创建 dropzone

Angular 8 - 找不到模块:错误:无法解析“fs”

找不到模块:错误:无法解析“ @ angular / core”

反应:找不到模块:错误:无法解析“反应/库/更新”

NUXT:找不到模块:错误:无法解析“ fs”

找不到汇总模块:错误:无法解析“ jquery”

找不到模块:错误:无法解析“ ngx-bootstrap”

找不到模块:错误:无法解析“ ts-loader”

找不到模块:错误:无法解析“ @ angular / animations”

webpack找不到模块:错误:无法解析“ jquery”

找不到模块:错误:无法解析“ ./lib/axios”

找不到 webpack 模块:错误:无法解析类名

找不到模块:错误:无法解析“ rxjs / add / observable / throw”

找不到模块:错误:无法解析“ sass-loader”