Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Maven Production Profile Dependency Error for Module Sigmund #855

Closed
edwardbeckett opened this issue Dec 9, 2014 · 1 comment
Closed
Milestone

Comments

@edwardbeckett
Copy link
Contributor

Using version 1.10.0 Running mvn -Pprod package is generating an error in the Grunt Test phase for a dependency on 'sigmund'

>> Error: Cannot find module 'sigmund'

After reading the yeoman-maven-plugin's xml I determined there was a parameter available for 'skipTests' ... after adding that parameter to the plugin's configuration block the build completed. However, the dep on sigmund fails on a vanilla package command for the prod profile....

I've cleaned npm cache, reinstalled the grunt modules and still the problem persists...

@jmirc jmirc added this to the 1.10.0 milestone Dec 10, 2014
@jdubois
Copy link
Member

jdubois commented Dec 13, 2014

It looks like your npm installation is broken:
npm/npm#5416

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants