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.2k stars 867 forks source link

Download node & npm from local files on the system #1086

Closed hussain-neom closed 1 year ago

hussain-neom commented 1 year ago

I have question: Is it possbile rather than install the node & npm from online websites to be from file locally? If not can you add this featre to the plugin? downloadRootFromFile, npmDownloadRootFromFile & nodeDownloadRoot.

hussain-neom commented 1 year ago

I fixed it by uploading the npm and node on nexus in raw repo.