Create `dcl install <package>`
menduz opened this issue · 0 comments
menduz commented
Due to the bug described in: npm/cli#3174
- Create a process that goes through all the installed dependencies and looks for
decentralandLibrary
in<lib>/package.json
and adds them tobundleDependencies
. - Create
dcl install <package>
to executenpm install
and then execute the process from (1) - Run the command from (1) before every
dcl start
to ensure maximum compatibility