Code
npm install --prefix dist/application --only=production --no-bin-links --no-optional
from application-build goal leads to the following error
npm ERR! Windows_NT 6.1.7601
npm ERR! argv "C:\Program Files\nodejs\node.exe" "C:\Program Files\nodejs\node_modules\npm\bin\npm-cli.js" "install" "--prefix" "dist/application" "--only=production" "--no-bin-links" "--no-optional"
npm ERR! node v6.11.3
npm ERR! npm v3.10.10
npm ERR! code ENOSELF
npm ERR! Refusing to install @opuscapita/styles as a dependency of itself
Code
npm install --prefix dist/application --only=production --no-bin-links --no-optionalfrom
application-buildgoal leads to the following error