eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.23k stars 867 forks source link

front end maven plugin "npm install" issue #910

Open sreenu539 opened 4 years ago

sreenu539 commented 4 years ago

OS: NAME="Ubuntu" VERSION="16.04.6 LTS (Xenial Xerus)" ID=ubuntu ID_LIKE=debian PRETTY_NAME="Ubuntu 16.04.6 LTS" VERSION_ID="16.04" HOME_URL="http://www.ubuntu.com/" SUPPORT_URL="http://help.ubuntu.com/" BUG_REPORT_URL="http://bugs.launchpad.net/ubuntu/" VERSION_CODENAME=xenial UBUNTU_CODENAME=xenial

Node : 10.13.0 npm: 6.9.0 frontend-maven-plugin-issue-final

Issue: when running "mvn clean install" or "npm install"

can some one shed some light or idea how to go about this issue? I have front end maven plugin as part of my AEM maven project and project would not build with above issue.

Thanks again.

eirslett commented 4 years ago

Try running npm install directly from the command line, without this plugin. Does that work?