marklogic-community / grove

Grove, a toolkit full of tooling, templates, and other resources that help with building UI applications on top of MarkLogic.
https://marklogic-community.github.io/grove/
Other
5 stars 2 forks source link

Error: No PostCSS Config found in node_modules/... #37

Closed grtjn closed 4 years ago

grtjn commented 4 years ago

This occasionally happens after installing something like grove-vue-visjs-graph, and trying to import css or less files in main.js.

grtjn commented 4 years ago

vue-ui comes with a postcss.config.js that should take care of this, but.. make sure you install the components you are trying to import in the correct project. Don't install such libraries in the top-level, but in the ui/ subfolder instead.