Code Monkey home page Code Monkey logo

Comments (19)

suyuti avatar suyuti commented on June 6, 2024 1

meteor remove mdg:camera
meteor remove less
meteor add less
meteor remove mdg:camera

Clean installation worked for me.

Meteor version 1.4.2.3
less version 2.7.8
mdg:camera version 1.4.1

from mobile-packages.

Ajaay avatar Ajaay commented on June 6, 2024

I'm getting the same issue on 1.4

from mobile-packages.

DaFrik avatar DaFrik commented on June 6, 2024

got the same problem too :(

tried

meteor add less

but didnt fix it :(

from mobile-packages.

ajschmaltz avatar ajschmaltz commented on June 6, 2024

What did you guys do to work around this on 1.4?

from mobile-packages.

jcharvet avatar jcharvet commented on June 6, 2024

I have the same issue

from mobile-packages.

hazio avatar hazio commented on June 6, 2024

I have the same issue too..
"error: no plugin found for camera.less in mdg:camera; a plugin for *.less was active when it was published but none is now"

I tried to downgrade the mdg:camera package version to 1.2.0, but that didn't help.

from mobile-packages.

obarrera99 avatar obarrera99 commented on June 6, 2024

Hi Everybody... You can use this version

meteor create projectname --release 1.3.4.1
meteor add mdg:camera
meteor

After that
*********************** main.html ********

<title>camera</title>

smile!

{{> example}} Capturar Imagen

************************************** main.js
Template.example.events({
'click .takePhoto': function(event, template) {
var cameraOptions = {
width: 800,
height: 600
};
MeteorCamera.getPicture(cameraOptions, function (error, data) {
if (!error) {
template.$('.photo').attr('src', data);
}
});
event.preventDefault();
}
});

from mobile-packages.

mattiLeBlanc avatar mattiLeBlanc commented on June 6, 2024

@obarrera99 Why would I downgrade my Meteor 1.4??
That is not a fix.

from mobile-packages.

csellis avatar csellis commented on June 6, 2024

Has anyone found a solution yet?

from mobile-packages.

KaroseLiu avatar KaroseLiu commented on June 6, 2024

I have the same issue on Meteor 1.4, so any suggestions?

from mobile-packages.

joaosalless avatar joaosalless commented on June 6, 2024

I have the same issue on Meteor 1.4.2

=> Errors prevented startup:                  

   While building for web.browser:
   error: no plugin found for camera.less in mdg:camera; a plugin for *.less was active when it was published
   but none is now

=> Your application has errors. Waiting for file change.

Anyone have any suggestions that can solve this problem?

from mobile-packages.

nialexsan avatar nialexsan commented on June 6, 2024

This plugin works without errors if you use it as local package.
For this:

  1. copy mdg:camera into package folder of your project
  2. change name of the package in the package.js file from mdg:camera to camera
  3. add camera to package file in .meteor folder

from mobile-packages.

SanjeethKumarTS avatar SanjeethKumarTS commented on June 6, 2024

meteor create projectname --release 1.3.4.1
meteor add mdg:camera
meteor

and meteor update after
This worked for me

from mobile-packages.

NicholasEli avatar NicholasEli commented on June 6, 2024

Bump, just ran into this issue on the latest version of Meteor.

from mobile-packages.

willbeh avatar willbeh commented on June 6, 2024

Had the same issue with Meteor 1.4.3
I tried to add these first
meteor add less
meteor add session

then only
meteor add mdg:camera

Seems to work.

from mobile-packages.

Mutai-Kenn avatar Mutai-Kenn commented on June 6, 2024

Yep i started with
meteor add less (which i get 2.7.8)
then install
meteor add mdg:camera
The version you get when you install mdg: camera at first before you independently install less gives (less version 1.0.14)
Reason i dont know but that approach works for me

from mobile-packages.

ShortyVee avatar ShortyVee commented on June 6, 2024

As @Mutai-Kenn Stated,
you just need to install a newer version of less.
put [email protected] into your packages file.

from mobile-packages.

Axel4444 avatar Axel4444 commented on June 6, 2024

First
meteor add mdg:camera

Later
meteor add mdg:chromatic

This worked for me

from mobile-packages.

wesleyfsmith avatar wesleyfsmith commented on June 6, 2024
meteor update less

That worked for me. I think this error is happening because some of these mdg packages aren't required their dependencies to update anymore now that they have been moved out of meteor core, but that's just a guess.

from mobile-packages.

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.