Parcel: 馃檵 Install peer dependencies of autoinstalled modules

Created on 28 Dec 2017  路  3Comments  路  Source: parcel-bundler/parcel

As a follow up to https://github.com/parcel-bundler/parcel/pull/239#discussion_r158898325, we need to potentially autoinstall peer dependencies of packages that are localRequireed. e.g. graphql-tag has a peer dependency on graphql that won't be autoinstalled currently, but graphql-tag will. Users must manually fix by installing graphql in their projects.

Good First Issue Help Wanted Feature

Most helpful comment

@devongovett I would like to work on this. :)

All 3 comments

autoinstall code is here if you are interested in taking this issue: https://github.com/parcel-bundler/parcel/blob/master/src/utils/installPackage.js

@devongovett I would like to work on this. :)

Hello @mannanali413 do you have any updates on the issue?

Was this page helpful?
0 / 5 - 0 ratings