You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 29, 2018. It is now read-only.
The below script can be used
npm keeps per-user config in ~/.npmrc and cache in ~/.npm/ and Create files/directories, change ownership and SELinux file security context.
touch "$OPENSHIFT_HOMEDIR"/.npmrc
mkdir "$OPENSHIFT_HOMEDIR"/.npm
chown $OPENSHIFT_APP_UUID.$OPENSHIFT_APP_UUID -R "$OPENSHIFT_HOMEDIR"/.npm "$OPENSHIFT_HOMEDIR"/.npmrc
npm config set tmp $OPENSHIFT_TMP_DIR
We need this for using yeoman-maven-plugin
Tried npm config set cache $OPENSHIFT_DATA_DIR/.npm, to change the cache location but it requires atleast .npmrc file in home directory.
The text was updated successfully, but these errors were encountered: