Issues installing Infusion as an dependency through NPM has been addressed.
Obara, Justin
jobara at ocadu.ca
Thu Sep 13 19:46:47 UTC 2018
Recently a bug with installing Infusion as dependency through NPM was introduced into master (see: https://issues.fluidproject.org/browse/FLUID-6338 ). We were trying to run “grunt buildStylus” as a postinstall script. The generated CSS files are needed for testing and development, so we want them available after running “npm install” when developing Infusion. However, the postinstall script is also run when installed as a dependency of another project. Because “grunt buildStylus” is used for development, its dependencies are listed as dev dependencies in package.json and are not available when Infusion is installed as a dependency. This resulted in “npm install” in the parent project to fail.
The issue has been resolved and merged into master ( https://github.com/fluid-project/infusion/commit/4a66b154e7728fe09d012cb2327b2d4d23eb5d35 ). The solution is to have “grunt buildStylus” run as part of the “prepare” script. (see: https://docs.npmjs.com/misc/scripts ). However, it does require NPM v4 or later. Also note that there are no stable or dev releases built from master that are affected by this bug.
Thanks
Justin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.idrc.ocad.ca/pipermail/fluid-work/attachments/20180913/2201c235/attachment.html>
More information about the fluid-work
mailing list