我想在我的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]
我希望有人能帮助我,或将我推向正确的轨道。
答案 0 :(得分:0)
rm -rf node_modules/
删除node_modules文件夹"nativescript-zxing": "^1.5.8"
tns run ios
如果在Android上运行,请首先运行rm -rf node_modules/nativescript-zxing/platforms/android
,然后运行tns run android