• Recent
  • Tags
  • Unsolved
  • Solved
  • MagicMirror² Repository
  • Documentation
  • 3rd-Party-Modules
  • Donate
  • Discord
  • Register
  • Login
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.3k 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.
  • A Offline
    andrewchumchal
    last edited by paviro Sep 8, 2016, 9:59 PM Sep 8, 2016, 4:02 PM

    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!

    S 1 Reply Last reply Sep 8, 2016, 4:11 PM Reply Quote 0
    • S Offline
      strawberry 3.141 Project Sponsor Module Developer @andrewchumchal
      last edited by Sep 8, 2016, 4:11 PM

      @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

      A 1 Reply Last reply Sep 8, 2016, 4:12 PM Reply Quote 1
      • A Offline
        andrewchumchal @strawberry 3.141
        last edited by Sep 8, 2016, 4:12 PM

        @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
        1 / 1
        • First post
          1/3
          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