Read the statement by Michael Teeuw here.
How to make sure dependencies get installed?
-
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!
-
@andrewchumchal create a package.json file with
npm initfill out the fields, after that typenpm install --save DEPENDENCYthen the dependencie gets saved into the package.json file, when you provide the package.json file with your module the users have to typenpm installand all dependencies which are stored in package.json automatically getting installed -
@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.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login