Giter Club home page Giter Club logo

Comments (16)

CaptainChainsaw avatar CaptainChainsaw commented on July 4, 2024

I did try meteor add aldeed:meteor-cfs-autoform before running mrt add. I have removed the collectionFS directory within packages and my app is now working again. Is there anything I can do to get this package working so I can upload files with autoform?

from meteor-cfs-autoform.

aldeed avatar aldeed commented on July 4, 2024

Haven't had time to update this one for the latest Meteor packaging/packages. Hopefully later this week.

from meteor-cfs-autoform.

CaptainChainsaw avatar CaptainChainsaw commented on July 4, 2024

No probs, I can see you're busy! :) This is a package that will definitely help me out! :)

from meteor-cfs-autoform.

aldeed avatar aldeed commented on July 4, 2024

Try again with meteor add cfs:autoform

from meteor-cfs-autoform.

CaptainChainsaw avatar CaptainChainsaw commented on July 4, 2024

Hi,

Just tried a minute ago:

Could not satisfy all the specified constraints:
Error: conflict: aldeed:[email protected] vs 1.0.0

from meteor-cfs-autoform.

aldeed avatar aldeed commented on July 4, 2024

Update your autoform to use 2.0.1. I think meteor update aldeed:autoform should do it. Otherwise remove autoform and add it back.

from meteor-cfs-autoform.

CaptainChainsaw avatar CaptainChainsaw commented on July 4, 2024

Hi,

I tried that, no joy unfortunately. I tried updating, removing and re-adding. It wouldn't update, also tried removing then re-adding collection2. Any idea what else I can do to sort this?

me@ubuntu:/game2$ meteor update aldeed:autoform
Refreshing package metadata. This may take a moment.
All your package dependencies are already up to date.
me@ubuntu:
/game2$ meteor add cfs:autoform
Refreshing package metadata. This may take a moment.
Figuring out the best package versions to use. This may take a moment.
Refreshing package metadata. This may take a moment.
Could not satisfy all the specified constraints:
Error: conflict: aldeed:[email protected] vs 1.0.0
me@ubuntu:/game2$ meteor remove aldeed:autoform
removed aldeed:autoform from project
removed mrt:moment from project
Removed top-level dependency on aldeed:autoform.
me@ubuntu:
/game2$ meteor add aldeed:autoform
Refreshing package metadata. This may take a moment.
added aldeed:autoform at version 1.0.0
added mrt:moment at version 2.6.0

aldeed:autoform: Easily create forms with automatic insert and update, and automatic reactive validation.
me@ubuntu:/game2$ meteor add cfs:autoform
Refreshing package metadata. This may take a moment.
Figuring out the best package versions to use. This may take a moment.
Refreshing package metadata. This may take a moment.
Could not satisfy all the specified constraints:
Error: conflict: aldeed:[email protected] vs 1.0.0
me@ubuntu:
/game2$ meteor add cfs:autoform

This is contents of my .meteor/packages file:

meteor-platform
aldeed:simple-schema
iron:router
less-bootstrap-3
font-awesome-4-less
accounts-ui-bootstrap-3
accounts-admin-ui-bootstrap-3
jquery-jcrop
accounts-password
less
digilord:roles
insecure
meteorhacks:npm

npm-container
cfs:standard-packages
cfs:filesystem
loading
aldeed:collection2
aldeed:autoform

from meteor-cfs-autoform.

aldeed avatar aldeed commented on July 4, 2024

Did you update your app to Meteor 0.9.1.1 first? I don't think the latest autoform will install unless you're on the latest Meteor. This is due to the very annoying known issue with the version resolver that we can't allow a package to work on multiple releases of Meteor.

from meteor-cfs-autoform.

CaptainChainsaw avatar CaptainChainsaw commented on July 4, 2024

Yup, I'm at the latest version:

me@ubuntu:~/game2$ meteor --version
Meteor 0.9.1.1

Sadly, not looking like a simple fix at the moment :(

from meteor-cfs-autoform.

aldeed avatar aldeed commented on July 4, 2024

Maybe try removing all the aldeed: pkgs, then add cfs:autoform, and then add back the aldeed: pkgs in some specific order? I think having simple-schema explicitly listed as an app dependency might be preventing the other pkgs from updating. :) It's all due to the version resolver issues, but it doesn't print enough info currently to be able to figure out why it won't work, so it's a matter of guessing unfortunately.

from meteor-cfs-autoform.

CaptainChainsaw avatar CaptainChainsaw commented on July 4, 2024

I'll give it a go, and see how I get on ..... I've got that deer in the headlights look at the moment ;)

from meteor-cfs-autoform.

CaptainChainsaw avatar CaptainChainsaw commented on July 4, 2024

Still no luck unfortunately:

Could not satisfy all the specified constraints:
Error: conflict: aldeed:[email protected] vs 1.0.0

I removed all the aldeed packages and tried adding them back and trying to add cfs:autoform after each one.

from meteor-cfs-autoform.

aldeed avatar aldeed commented on July 4, 2024

You could also try meteor update --packages-only

from meteor-cfs-autoform.

CaptainChainsaw avatar CaptainChainsaw commented on July 4, 2024

Thanks for that, still no luck unfortunately. I'll try recreating the project, I've had to do that before to get things to work.

me@ubuntu:~/game2$ meteor update --packages-only
Refreshing package metadata. This may take a moment.
downloading meteorhacks:npm at version 1.2.0 ... done
downloading meteorhacks:async at version 1.0.0 ... done
upgraded meteorhacks:npm from version 1.1.4 to version 1.2.0
added meteorhacks:async at version 1.0.0

from meteor-cfs-autoform.

CaptainChainsaw avatar CaptainChainsaw commented on July 4, 2024

Hi,

I recreated the project, installing the cfs:autoform package first seemed to do the trick :) I've got file uploads working as expected now. Thank you so much for updating that package, much appreciated, its been a great help :)

me@ubuntu:~/game3$ meteor add cfs:autoform
Refreshing package metadata. This may take a moment.
downloading aldeed:autoform at version 2.0.1 ... done
downloading cfs:autoform at version 1.0.0 ... done
downloading aldeed:simple-schema at version 1.0.0 ... done
downloading raix:ui-dropped-event at version 0.0.7 ... done
added cfs:data-man at version 0.0.0
added cfs:collection-filters at version 0.0.0
added cfs:file at version 0.0.0
added aldeed:autoform at version 2.0.1
added cfs:tempstore at version 0.0.2
added cfs:http-methods at version 0.0.24
added cfs:worker at version 0.0.0
added cfs:collection at version 0.0.0
added http at version 1.0.4
added cfs:reactive-list at version 0.0.0
added cfs:autoform at version 1.0.0
added cfs:power-queue at version 0.0.1
added cfs:reactive-property at version 0.0.0
added cfs:upload-http at version 0.0.2
added mrt:moment at version 2.6.0
added aldeed:simple-schema at version 1.0.0
added mongo-livedata at version 1.0.4
added raix:eventemitter at version 0.0.1
added raix:ui-dropped-event at version 0.0.7
added cfs:access-point at version 0.0.0
added cfs:storage-adapter at version 0.0.0
added cfs:standard-packages at version 0.0.2
added cfs:base-package at version 0.0.0
added cfs:http-publish at version 0.0.0

cfs:autoform: Upload files as part of autoform submission

from meteor-cfs-autoform.

aldeed avatar aldeed commented on July 4, 2024

Excellent!

from meteor-cfs-autoform.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.