Hi Patternfly Team, I’m currently using Patternfly as a front end framework for a benchmarking dashboard tool.
I’ve recently migrated all my project dependencies to NPM modules including the Patternfly components I had been using previously. Unfortunately, I’ve run into some problems specifically with the grunt build process where the master css file is not being compiled. For each of these module errors I installed their respective node modules to resolve the errors: >> Error: Cannot find module 'matchdep' >> Error: Cannot find module ‘pixrem' >> Error: Cannot find module ‘autoprefixer' After installing those missing modules, this was the final error I received after doing a force build: >> Local Npm module "grunt-contrib-concat" not found. Is it installed? >> Local Npm module "grunt-contrib-connect" not found. Is it installed? >> Local Npm module "grunt-contrib-copy" not found. Is it installed? >> Local Npm module "grunt-contrib-cssmin" not found. Is it installed? >> Local Npm module "grunt-contrib-less" not found. Is it installed? >> Local Npm module "grunt-contrib-uglify" not found. Is it installed? >> Local Npm module "grunt-contrib-watch" not found. Is it installed? >> Local Npm module "grunt-css-count" not found. Is it installed? >> Local Npm module "grunt-eslint" not found. Is it installed? >> Local Npm module "grunt-htmlhint" not found. Is it installed? >> Local Npm module "grunt-jekyll" not found. Is it installed? >> Local Npm module "grunt-karma" not found. Is it installed? >> Local Npm module "grunt-postcss" not found. Is it installed? >> Local Npm module "grunt-run" not found. Is it installed? >> Local Npm module "grunt-stylelint" not found. Is it installed? Warning: Task “run:bundleInstall” not found. Used —force, continuing. Please let me know if you’d like to track this problem within GitHub and I can submit it as an issue. Hoping we can work this out and I can get Patternfly working within my project soon! Best, Gurbir
_______________________________________________ PatternFly mailing list [email protected] https://www.redhat.com/mailman/listinfo/patternfly
