Open cyclops24 opened 8 years ago
My first guess is you should remove Cordova? from the build targets (only while deploying) if you have ios or android added? meteor remove ios android Or something like that. There are various threads/discussions and PRs to that end.
Try the dev branch mupx if mup doesn't seem to fit your situation.
Also note mupx is in the process of transisioning to kadirahq (not ready), [so there's unfortunately limited support for this varient precivably now and in the future].
Thanks for your attention. But I didn't use Cordova. This is my project "meteor list" output:
accounts-password 1.1.4 Password support for accounts
alanning:roles 1.2.14 Authorization package for Meteor
aldeed:autoform 5.8.1 Easily create forms with automatic insert and update, and automatic reactive validation.
aldeed:collection2 2.8.0 Automatic validation of insert and update operations on the client and server.
aldeed:simple-schema 1.5.3 A simple schema validation object with reactivity. Used by collection2 and autoform.
blaze-html-templates 1.0.1 Compile HTML templates into reactive UI with Meteor Blaze
check 1.1.0 Check whether a value matches a pattern
dburles:collection-helpers 1.0.4 Transform your collections with helpers that you define
ejson 1.0.7 Extended and Extensible JSON library
gadicohen:sitemaps 0.0.23 functions to easily output valid sitemaps
ian:accounts-ui-bootstrap-3 1.2.84 Bootstrap-styled accounts-ui with multi-language support.
insecure 1.0.4 (For prototyping only) Allow all database writes from the client
iron:router 1.0.12 Routing specifically designed for Meteor
jquery 1.11.4 Manipulate the DOM using CSS selectors
logging 1.0.8 Logging facility.
matteodem:easy-search 2.0.0 Easy-to-use search with Blaze Components (+ Elastic Search support)
maximum:server-transform 0.4.1 Meteor package to transform documents on publish
meteor-base 1.0.1 Packages that every Meteor app needs
meteorhacks:npm 1.5.0 Use npm modules with your Meteor App
mobile-experience 1.0.1 Packages for a great mobile user experience
mongo 1.1.3 Adaptor for using MongoDB and Minimongo over DDP
npm-container 1.2.0+ Contains all your npm dependencies
random 1.0.5 Random number generator and utilities
reactive-dict 1.1.3 Reactive dictionary
reload 1.1.4 Reload the page while preserving application state.
sacha:spin 2.3.1 Simple spinner package for Meteor
session 1.1.1 Session variable
spacebars 1.0.7 Handlebars-like template language for Meteor
standard-minifiers 1.0.2 Standard minifiers used with Meteor apps by default.
tracker 1.0.9 Dependency tracker to allow reactive callbacks
twbs:bootstrap 3.3.6 The most popular front-end framework for developing responsive, mobile first projects on the web.
+ These packages are built locally from source.
It's in the .meteor/platforms file Here is the other thread. https://github.com/arunoda/meteor-up/issues/676 Anyway it should just have server browser No ios android etc. If that is how it is then it wasn't the problem and just an initial hunch to check.
Unfortunately only server and browser there.This is my .meteor/platforms file content:
server
browser
I deploy this project some days ago without any problem. But after meteor update and add maximum:server-transform package package deploy error appear. I also try to remove maximum:server-transform package and test again but it isn't fix. Please help me to troubleshoot this error if it's possible. How to find that where is the error?? How to trace build process?? :cry:
I also try DEBUG=* mup deploy
for verbose mode but it isn't new detail about error.
I test and found that same error also return when use meteor build command. How to find that in which file TypeError: Cannot call method 'split' of undefined happened??
I think it's a meteor CLI bug. Please see updated question in StackOverflow.
Maybe you should post the mupx settings files, if setting your node js version value to 0.10.40 in the same settings file does not fix it. It's the one that is compatible with current meteor release 1.2.1
I had this kind of error. https://github.com/meteor/meteor/issues/4933 and simply closing my editor enabled the build/launch to complete when prior it got Error:EPREM readdir'ed. It might have happen with the change of the year?
meteor remove-platform android
worked for me.
Thanks MichaelJCole, also i've used $ meteor remove-platform ios
Hi,
When I try to deploy my app I got this error:
Please help me to fix this or if it's mup bug say me.