Let's double down on installing node 10...

This commit is contained in:
Nicolas "Pixel" Noble 2018-05-02 03:41:42 +02:00
parent 582c171da4
commit c94718c007
2 changed files with 10 additions and 0 deletions

View File

@ -13,6 +13,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
nvm install 10
nvm use 10
npm install -g npm
npm install -g node-gyp
set -ex
arch_list=( ia32 x64 )

View File

@ -13,6 +13,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
nvm install 10
nvm use 10
npm install -g npm
npm install -g node-gyp
set -ex
# https://github.com/mapbox/node-pre-gyp/issues/362