Git Product home page Git Product logo

Comments (5)

jthomerson avatar jthomerson commented on July 17, 2024

I don't know what to tell you. We declare webcomponents.js as a dependency, so it should be there. My first guess would be that you're using a packager that's not including it, maybe because the require statement is down in an if statement. You'll need to do some investigation for yourself to see if the package is installed and if it's getting bundled. If you have more detailed information after that and think it's a problem with this package, you can comment here asking for this to be reopened.

from videojs-chromecast.

Shihab-Github avatar Shihab-Github commented on July 17, 2024

I didn’t write the if statement on that file. I just installed it using npm and after installation I tried to build my react app. But the build fails because it is unable to find the module that is specified in the require statement. My react app is created by the standard create-react-app command

from videojs-chromecast.

jthomerson avatar jthomerson commented on July 17, 2024

I know you didn't write the if statement ... we did. It's part of our code.

What I'm saying is:

  • we declare the dependency for webcomponents.js, so when you npm install, it should be installed
  • it works for thousands of other people

So, it is most likely something unique to your environment. As mentioned in my previous comment, you'll need to do some debugging. For example:

  • is the webcomponents.js node package installed?
  • are you using any kind of bundler / packager like webpack? If so, is webcomponents.js bundled into the output? If it's not, then you might need to add some configuration to make sure that it gets bundled if your bundler isn't finding it.

That's all we can do for you.

from videojs-chromecast.

Shihab-Github avatar Shihab-Github commented on July 17, 2024

Thanks a lot for your response. Can you please help me with this one thing,

"dependencies": { "class.extend": "0.9.1", "underscore": "1.8.3", "webcomponents.js": "git+https://[email protected]/webcomponents/webcomponentsjs.git#v0.7.24" },

This dependencies object is taken from the package.json file which is located in silvermine-videojs-chromecast folder under node_modules directory. The value of 'webcomponent.js' key is I guess the source of error. If you check the provided url, you'll see that the repo has been moved out to another repo. Can you please guide me on it ? Thank you.

from videojs-chromecast.

jthomerson avatar jthomerson commented on July 17, 2024

Although future development on the repo moved, the version that we're pointing to is still there.

What version of node and npm are you using? I just checked and this installs fine on node 8.10.0 and npm 6.4.1, but there are quite a few dependencies that don't install correctly at node 12.14.0 and npm 6.13.4.

Also, are you seeing errors when running npm install? My screen is filled with errors when I try to install it with the newer version of node/npm. That said, none of those errors cause the error you're reporting.

I will not be able to provide further assistance until you answer all the questions I've asked in this thread. Please see my previous comment and this comment for questions we'd need answers to before proceeding.

from videojs-chromecast.

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.