Giter VIP home page Giter VIP logo

Comments (7)

lorensr avatar lorensr commented on June 20, 2024

Hi! What's the location and contents of your bower.json?

from meteor-bower.

Scalahansolo avatar Scalahansolo commented on June 20, 2024

I have tried in two separate locations. At the top level of my app. As well as at lib/bower/bower.json

from meteor-bower.

Scalahansolo avatar Scalahansolo commented on June 20, 2024

Another thing that is probably worth mentioning. When I have an empty bower file in a completely fresh project, meteor starts up just fine. Once I add my package, I get the following error, but then when I remove that package from the deps list, the error persists.

from meteor-bower.

lorensr avatar lorensr commented on June 20, 2024

Thanks, and contents of the file?

from meteor-bower.

Scalahansolo avatar Scalahansolo commented on June 20, 2024

My bower file looks like this. Unfortunately, I cant share the actual package as it is proprietary. The package however, is just a set of UI styles along with some JS to accompany those.

{
  "name": "meteorfeather",
  "version": "0.0.1",
  "dependencies": {
    "my package": "url for package"
  },
  "ignoredDependencies": [
    "jquery"
  ],
  "private": true
}

from meteor-bower.

lorensr avatar lorensr commented on June 20, 2024

Does it work if you add a public bower package, eg backbone: 1.1.0? What is
the format of your url?

On Tuesday, July 21, 2015, Sean Callahan [email protected] wrote:

My bower file looks like this. Unfortunately, I cant share the actual
package as it is proprietary.

{
"name": "meteorfeather",
"version": "0.0.1",
"dependencies": {
"my package": "url for package"
},
"ignoredDependencies": [
"jquery"
],
"private": true
}


Reply to this email directly or view it on GitHub
#92 (comment)
.

from meteor-bower.

Scalahansolo avatar Scalahansolo commented on June 20, 2024

It works with react-bootstrap and react just. I am combing through the packages that are brought in through my deps chain, and the one major difference I have spotted so far is that they all contain a package.json file, and in many of those files there is a scripts field.

I am also trying to track down what JS files are getting brought in that are breaking things.

EDIT: In a bunch of the brought in packages through the deps chains, there is a dist folder. I continue to get errors until this file is deleted. Once that is gone, meteor starts.

from meteor-bower.

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.