私はMeteor Cordova Appからfastclickを取り除きたいと思っています。Meteor Cordova Appからfastclickを削除できないのはなぜですか?
パッケージのモバイルエクスペリエンスを削除しましたが、fastclickは追加されていませんが、何らかの理由でfastclickがまだアプリケーションに存在しています。 .meteor /バージョンでは、[email protected]が追加されています。私がそれを取り除くと、流星はそれを自動的に戻します。
また、すべての流行パッケージのすべての依存関係をチェックしましたが、どれもfastclickを含んでいませんでした。何が起こっている?なぜ私のプロジェクトにfastclickが追加され続けているのですか?ここで
は、パッケージのリストは、私は新しいプロジェクトを作成し、一つ一つが私のアプリから新しいプロジェクトに各パッケージを追加
[email protected] # Packages every Meteor app needs to have
#[email protected] # Packages for a great mobile UX
[email protected] # The database Meteor supports right now
[email protected] # Compile .html files into Meteor Blaze views
[email protected] # Reactive variable for tracker
[email protected] # Helpful client-side library
[email protected] # Meteor's client-side reactive programming library
[email protected] # CSS minifier run for production mode
[email protected] # JS minifier run for production mode
[email protected] # ECMAScript 5 compatibility for older browsers.
[email protected] # Enable ECMAScript2015+ syntax in app code
iron:router
[email protected]
twbs:bootstrap
fortawesome:fontawesome
natestrauser:animate-css
chrismbeckett:toastr
mquandalle:jade
[email protected]_1
[email protected]
ian:accounts-ui-bootstrap-3
[email protected]
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
[email protected]
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
[email protected]
[email protected]
reload
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
meteorhacks:cluster
kevohagan:sweetalert
konecty:autolinker
[email protected]
natestrauser:connection-banner
splendido:accounts-emails-field
tsega:bootstrap3-datetimepicker
[email protected]
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:[email protected]
[email protected]
flowkey:bootstrap-tour
sewdn:highlightjs
dascire:katex
meteorhacks:ssr
mquandalle:jade-compiler
#force-ssl
CLIから 'meteor remove fastclick'を試してみましたか? – Roshdy