Setup global npm before installing patchwork on mesh
This commit is contained in:
parent
70d768371d
commit
96e5e1f85d
|
@ -589,6 +589,7 @@ install_patchwork() {
|
|||
fi
|
||||
|
||||
get_npm_arch
|
||||
mesh_setup_npm
|
||||
|
||||
git clone "$PATCHWORK_REPO" "$rootdir/etc/patchwork"
|
||||
if [ ! -d "$rootdir/etc/patchwork" ]; then
|
||||
|
|
Loading…
Reference in New Issue