Closed vasimi closed 6 years ago
Because mango install is being deprecated in mango-cli 2.2.0 (https://github.com/manGoweb/mango-cli/commit/be9e68ae0bbb113ec87268acf377690c54a20b61) and only npm install (or yarn) should be used, I would move dependencies from mango.yaml to package.json. I'm happy to make PR.
mango install
npm install
yarn
mango.yaml
package.json
I think @JirkaVebr has frontend refactorings for mangopress in works, including this.
This is a simple change and can be done in the meantime.
makes sense, you can make a PR, @MekliCZ ;)
Because
mango install
is being deprecated in mango-cli 2.2.0 (https://github.com/manGoweb/mango-cli/commit/be9e68ae0bbb113ec87268acf377690c54a20b61) and onlynpm install
(oryarn
) should be used, I would move dependencies frommango.yaml
topackage.json
. I'm happy to make PR.