Node-gyp: gyp: make not found (cwd: /root/node-v6.2.2) while trying to load make Error running GYP

Created on 4 Jul 2016  路  1Comment  路  Source: nodejs/node-gyp

root@MyServer:~# cd node-v6.2.2
root@MyServer:~/node-v6.2.2# ./configure make  make install
creating  ./icu_config.gypi
* Using ICU in deps/icu-small
creating  ./icu_config.gypi
{ 'target_defaults': { 'cflags': [],
                       'default_configuration': 'Release',
                       'defines': [],
                       'include_dirs': [],
                       'libraries': []},
  'variables': { 'asan': 0,
                 'gas_version': '2.22',
                 'host_arch': 'x64',
                 'icu_data_file': 'icudt57l.dat',
                 'icu_data_in': '../../deps/icu-small/source/data/in/icudt57l.dat',
                 'icu_endianness': 'l',
                 'icu_gyp_path': 'tools/icu/icu-generic.gyp',
                 'icu_locales': 'en,root',
                 'icu_path': 'deps/icu-small',
                 'icu_small': 'true',
                 'icu_ver_major': '57',
                 'node_byteorder': 'little',
                 'node_enable_v8_vtunejit': 'false',
                 'node_install_npm': 'true',
                 'node_no_browser_globals': 'false',
                 'node_prefix': '/usr/local',
                 'node_release_urlbase': '',
                 'node_shared_cares': 'false',
                 'node_shared_http_parser': 'false',
                 'node_shared_libuv': 'false',
                 'node_shared_openssl': 'false',
                 'node_shared_zlib': 'false',
                 'node_tag': '',
                 'node_use_dtrace': 'false',
                 'node_use_etw': 'false',
                 'node_use_lttng': 'false',
                 'node_use_openssl': 'true',
                 'node_use_perfctr': 'false',
                 'openssl_fips': '',
                 'openssl_no_asm': 0,
                 'target_arch': 'x64',
                 'uv_parent_path': '/deps/uv/',
                 'uv_use_dtrace': 'false',
                 'v8_enable_gdbjit': 0,
                 'v8_enable_i18n_support': 1,
                 'v8_no_strict_aliasing': 1,
                 'v8_optimized_debug': 0,
                 'v8_random_seed': 0,
                 'v8_use_snapshot': 'true',
                 'want_separate_host_toolset': 0}}
creating  ./config.gypi
creating  ./config.mk
gyp: make not found (cwd: /root/node-v6.2.2) while trying to load make
Error running GYP

Most helpful comment

This is the wrong issue tracker, it鈥檚 not related to node-gyp. For general questions about using or installing Node.js, nodejs/help may be a better place.

Anyway, you probably want to run ./configure && make && make install instead of ./configure make make install.

>All comments

This is the wrong issue tracker, it鈥檚 not related to node-gyp. For general questions about using or installing Node.js, nodejs/help may be a better place.

Anyway, you probably want to run ./configure && make && make install instead of ./configure make make install.

Was this page helpful?
0 / 5 - 0 ratings