Navigation

    MagicMirror Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • Donate
    • Discord
    MagicMirror² v2.15.0 is available! For more information about this release, check out this topic.

    How to make sure dependencies get installed?

    Development
    2
    3
    1964
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • andrewchumchal
      andrewchumchal last edited by paviro

      If my module requires the use of another api. How do i make sure that it is install with it is install with npm install ?


      Note from admin: Please use a title that describes your question!

      strawberry 3.141 1 Reply Last reply Reply Quote 0
      • strawberry 3.141
        strawberry 3.141 Project Sponsor Module Developer @andrewchumchal last edited by

        @andrewchumchal create a package.json file with npm init fill out the fields, after that type npm install --save DEPENDENCY then the dependencie gets saved into the package.json file, when you provide the package.json file with your module the users have to type npm install and all dependencies which are stored in package.json automatically getting installed

        andrewchumchal 1 Reply Last reply Reply Quote 1
        • andrewchumchal
          andrewchumchal @strawberry 3.141 last edited by

          @strawberry-3.141 said in Hey Guys.:

          create a package.json file with npm init fill out the fields, after that type npm install --save

          Thanks for the quick reply.

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Enjoying MagicMirror? Please consider a donation!
          MagicMirror created by Michael Teeuw.
          Forum managed by Paul-Vincent Roll and Rodrigo Ramírez Norambuena.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy