Core: 535 node_modules?

Created on 27 Jun 2017  路  4Comments  路  Source: adonisjs/core

At first I though it installed my default modules, but a clean and prune install of adonis install 535 node modules?

Well, maybe 533 since I installed RethinkDBdash.

Why so many modules?
Why installing mustache if we use nunjack?
Some things I'm not familiar with probably..

Most helpful comment

I think you got the wrong link 馃槃

edge.js is a new JS templating engine builded by @thetutlage.

Here's the doc + repo :

All 4 comments

Hey @Extarys ! 馃憢

Development's dependencies install a lot of package, if you remove it you'll have 365 directories inside your node_modules. In version 4, nunjucks will be dropped in favor of edge.js, this will also remove a lot of dependencies.

Note that having 500+ packages or 10+ doesn't meen that your application will be slower or bloated. 馃槃

Thanks for the info haha! Never heard of edge, never coded asp.net. Would I be able to use nunjucks? :D Learning nodejs with all those promises and awaits stuff is already complicated enough

I think you got the wrong link 馃槃

edge.js is a new JS templating engine builded by @thetutlage.

Here's the doc + repo :

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

begueradj picture begueradj  路  3Comments

imperez picture imperez  路  4Comments

ghost picture ghost  路  3Comments

codingphasedotcom picture codingphasedotcom  路  3Comments

PC-HUB picture PC-HUB  路  4Comments