Discussion:
[elm-discuss] elm-package.json hierarchy?
Raoul Duke
2017-07-03 18:12:10 UTC
Permalink
Is there very often a good reason to have more than one
elm-package.json in a project's tree, outside of elm-stuff/? If not,
it would perhaps be nice if elm-package warned me that I am trying to
(accidentally, duh) install packages in a subdir of a project that
already has a higher/top level elm-package.json, so that I don't then
have to spend more time cleaning up that accidental mess.
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Peter Damoc
2017-07-03 18:17:03 UTC
Permalink
It is advisable to have elm-packages.json` in specialty folders like
`examples` or `tests`
Those folders might require packages that you don't want to add as
dependencies to the main `elm-packages.json`
Post by Raoul Duke
Is there very often a good reason to have more than one
elm-package.json in a project's tree, outside of elm-stuff/? If not,
it would perhaps be nice if elm-package warned me that I am trying to
(accidentally, duh) install packages in a subdir of a project that
already has a higher/top level elm-package.json, so that I don't then
have to spend more time cleaning up that accidental mess.
--
You received this message because you are subscribed to the Google Groups
"Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an
For more options, visit https://groups.google.com/d/optout.
--
There is NO FATE, we are the creators.
blog: http://damoc.ro/
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Raoul Duke
2017-07-03 20:23:29 UTC
Permalink
thanks, cool.
--
You received this message because you are subscribed to the Google Groups "Elm Discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elm-discuss+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...