build requires universe for npm

php
Marc Wäckerlin 9 years ago
parent fa87f92792
commit 8de5dfa945
  1. 1
      build-in-docker.conf

@ -1,4 +1,5 @@
packages+=" npm"
repos+="universe"
commands+=("npm install -g node" "npm install -g cordova")
if test -n "${ANDROID_HOME}"; then
envs+=" -e ANDROID_HOME=${ANDROID_HOME}"

Loading…
Cancel
Save