MagicMirror Forum
    • Recent
    • Tags
    • Unsolved
    • Solved
    • MagicMirror² Repository
    • Documentation
    • 3rd-Party-Modules
    • Donate
    • Discord
    • Register
    • Login
    A New Chapter for MagicMirror: The Community Takes the Lead
    Read the statement by Michael Teeuw here.

    How to make sure dependencies get installed?

    Scheduled Pinned Locked Moved Development
    3 Posts 2 Posters 2.5k Views 2 Watching
    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.
    • andrewchumchalA Offline
      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.141S 1 Reply Last reply Reply Quote 0
      • strawberry 3.141S Offline
        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

        Please create a github issue if you need help, so I can keep track

        andrewchumchalA 1 Reply Last reply Reply Quote 1
        • andrewchumchalA Offline
          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 Sam, technical setup by Karsten.
          This forum is using NodeBB as its core | Contributors
          Contact | Privacy Policy