瀏覽代碼

Second install of npm

Bob Mottram 7 年之前
父節點
當前提交
c4e5f01359
共有 1 個檔案被更改,包括 7 行新增0 行删除
  1. 7
    0
      src/freedombone-utils-nodejs

+ 7
- 0
src/freedombone-utils-nodejs 查看文件

@@ -128,6 +128,13 @@ function mesh_install_nodejs {
128 128
     $mesh_install_nodejs_prefix n --arch $N_ARCH ${NODEJS_VERSION}
129 129
     cp $rootdir/root/npm $rootdir/usr/bin/npm
130 130
 
131
+    # deliberate second install of npm
132
+    $mesh_install_nodejs_prefix npm install --arch=$NPM_ARCH -g npm@${NPM_VERSION} --save
133
+    if [ -f $rootdir/usr/local/bin/npm ]; then
134
+        cp $rootdir/usr/local/bin/npm /usr/bin/npm
135
+    fi
136
+    cp $rootdir/usr/bin/npm $rootdir/root/npm
137
+
131 138
     # check the version numbers
132 139
     cat <<EOF > $rootdir/usr/bin/test_nodejs_install
133 140
 #!/bin/bash