错误:找不到模块“ nativescript-zxing”

时间:2019-06-06 08:31:16

标签: import module zxing nativescript-angular nativescript-plugin

我想在我的NativeScript Angular应用中使用ZXing。我安装了插件,可以在node_modules文件夹中找到它。但是当我尝试导入插件时,它说:“找不到模块'nativescript-zxing'

我尝试重新安装它,但是问题又回来了。我似乎找不到与该主题相关的任何帖子,因为我不确定问题可能出在哪里。

这是我的导入命令:

System.ICloneable System.Collections.IList System.Collections.ICollection System.Collections.IEnumerable System.Collections.IStructuralComparable System.Collections.IStructuralEquatable System.Collections.Generic.IList`1[System.Int32] System.Collections.Generic.ICollection`1[System.Int32] System.Collections.Generic.IEnumerable`1[System.Int32] System.Collections.Generic.IReadOnlyList`1[System.Int32] System.Collections.Generic.IReadOnlyCollection`1[System.Int32]

我希望有人能帮助我,或将我推向正确的轨道。

1 个答案:

答案 0 :(得分:0)

  1. 使用rm -rf node_modules/删除node_modules文件夹
  2. 在package.json文件中添加"nativescript-zxing": "^1.5.8"
  3. npm安装
  4. 运行tns run ios 如果在Android上运行,请首先运行rm -rf node_modules/nativescript-zxing/platforms/android,然后运行tns run android