为什么可以';我不能从我的Meteor Cordova应用程序中删除fastclick吗?

为什么可以';我不能从我的Meteor Cordova应用程序中删除fastclick吗?,cordova,meteor,fastclick.js,fastclick,Cordova,Meteor,Fastclick.js,Fastclick,我想从我的Meteor Cordova应用程序中删除fastclick 我删除了移动体验软件包,fastclick尚未添加,但由于某些原因,fastclick仍存在于应用程序中。在.meteor/我看到的版本中fastclick@1.0.12补充。如果我移除它,meteor会自动将其添加回去 我还检查了我所有meteor软件包的所有依赖项,其中没有一个包含fastclick。发生了什么事?为什么fastclick一直被添加到我的项目中 下面是添加的包的列表 meteor-base@1.0.4

我想从我的Meteor Cordova应用程序中删除fastclick

我删除了移动体验软件包,fastclick尚未添加,但由于某些原因,fastclick仍存在于应用程序中。在.meteor/我看到的版本中fastclick@1.0.12补充。如果我移除它,meteor会自动将其添加回去

我还检查了我所有meteor软件包的所有依赖项,其中没有一个包含fastclick。发生了什么事?为什么fastclick一直被添加到我的项目中

下面是添加的包的列表

meteor-base@1.0.4             # Packages every Meteor app needs to have
#mobile-experience@1.0.4       # Packages for a great mobile UX
mongo@1.1.12                   # The database Meteor supports right now
blaze-html-templates@1.0.4    # Compile .html files into Meteor Blaze views
reactive-var@1.0.10            # Reactive variable for tracker
jquery@1.11.9                  # Helpful client-side library
tracker@1.1.0                 # Meteor's client-side reactive programming library

standard-minifier-css@1.2.0   # CSS minifier run for production mode
standard-minifier-js@1.2.0    # JS minifier run for production mode
es5-shim@4.6.14                # ECMAScript 5 compatibility for older browsers.
ecmascript@0.5.8              # Enable ECMAScript2015+ syntax in app code

iron:router
less@2.7.5
twbs:bootstrap
fortawesome:fontawesome
natestrauser:animate-css
chrismbeckett:toastr
mquandalle:jade
coffeescript@1.2.4_1
accounts-password@1.3.0
ian:accounts-ui-bootstrap-3
stylus@2.513.5
mrt:jquery-ui-sortable
useraccounts:bootstrap
reywood:publish-composite
aldeed:collection2
alanning:roles
mrt:moment
sacha:spin
zimme:collection-timestampable
multiply:iron-router-progress
zimme:select2-bootstrap3-css
momentjs:moment
useraccounts:iron-routing
peppelg:bootstrap-3-modal
cunneen:mailgun
yogiben:pretty-email
natestrauser:jquery-scrollto
http@1.2.9
mizzao:user-status
mizzao:autocomplete
edgee:slingshot
meteorhacks:kadira
aldeed:plans-stripe
peerlibrary:aws-sdk
mdg:camera
praxie:canvas-to-blob
iamkevingreen:imagesloaded
gwendall:auth-client-callbacks
mrt:accounts-admin-ui-bootstrap-3
shcherbin:slickjs
session@1.1.6
logging@1.1.15
reload
random@1.0.10
ejson@1.0.12
spacebars@1.0.12
check@1.2.3
facts@1.0.8
meteorhacks:cluster
kevohagan:sweetalert
konecty:autolinker
service-configuration@1.0.10
natestrauser:connection-banner
splendido:accounts-emails-field
tsega:bootstrap3-datetimepicker
accounts-google@1.0.10
mquandalle:perfect-scrollbar
meteortoys:allthings
rzymek:randomcolor
mrt:jquery-color-animation
mizzao:jquery-ui
mrt:jquery-imagesloaded
timdown:rangy
rochal:slimscroll
natestrauser:select2
themeteorchef:bert
matteodem:easy-search@1.6.4
shell-server@0.2.1
flowkey:bootstrap-tour
sewdn:highlightjs
dascire:katex
meteorhacks:ssr
mquandalle:jade-compiler
#force-ssl

我创建了一个新项目,并将我的应用程序中的每个包逐一添加到新项目中

我能够找到负责添加快速点击的软件包

我的应用程序中有一个旧的atmosphere软件包,它依赖于旧版本的Meteor平台,需要快速点击。它在package.js文件中没有提到fastclick。但是如果你搜索特定的Meteor平台依赖关系,我会发现需要快速点击


在你的Meteor应用程序中使用旧的atmosphere软件包时要小心

您是否尝试过从CLI中删除meteor fastclick?