decentraland/cli

Create `dcl install <package>`

menduz opened this issue · 0 comments

Due to the bug described in: npm/cli#3174

  1. Create a process that goes through all the installed dependencies and looks for decentralandLibrary in <lib>/package.json and adds them to bundleDependencies.
  2. Create dcl install <package> to execute npm install and then execute the process from (1)
  3. Run the command from (1) before every dcl start to ensure maximum compatibility