Created
June 20, 2018 20:13
-
-
Save lefuturiste/45f867e4b9830a55602331b6098d3f0d to your computer and use it in GitHub Desktop.
Output of node-sass installation test.sh
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6.1.0 | |
v10.4.1 | |
{ http_parser: '2.8.0', | |
node: '10.4.1', | |
v8: '6.7.288.45-node.7', | |
uv: '1.20.3', | |
zlib: '1.2.11', | |
ares: '1.14.0', | |
modules: '64', | |
nghttp2: '1.32.0', | |
napi: '3', | |
openssl: '1.1.0h', | |
icu: '61.1', | |
unicode: '10.0', | |
cldr: '33.0', | |
tz: '2018c' } | |
linux | |
arm | |
> [email protected] install /home/pi/temp1/node_modules/node-sass | |
> node scripts/install.js | |
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.9.0/linux-arm-64_binding.node | |
Cannot download "https://github.com/sass/node-sass/releases/download/v4.9.0/linux-arm-64_binding.node": | |
HTTP error 404 Not Found | |
Hint: If github.com is not accessible in your location | |
try setting a proxy via HTTP_PROXY, e.g. | |
export HTTP_PROXY=http://example.com:1234 | |
or configure npm proxy via | |
npm config set proxy http://example.com:8080 | |
> [email protected] postinstall /home/pi/temp1/node_modules/node-sass | |
> node scripts/build.js | |
Building: /usr/bin/node /home/pi/temp1/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= | |
gyp info it worked if it ends with ok | |
gyp verb cli [ '/usr/bin/node', | |
gyp verb cli '/home/pi/temp1/node_modules/node-gyp/bin/node-gyp.js', | |
gyp verb cli 'rebuild', | |
gyp verb cli '--verbose', | |
gyp verb cli '--libsass_ext=', | |
gyp verb cli '--libsass_cflags=', | |
gyp verb cli '--libsass_ldflags=', | |
gyp verb cli '--libsass_library=' ] | |
gyp info using [email protected] | |
gyp info using [email protected] | linux | arm | |
gyp verb command rebuild [] | |
gyp verb command clean [] | |
gyp verb clean removing "build" directory | |
gyp verb command configure [] | |
gyp verb check python checking for Python executable "python2" in the PATH | |
gyp verb `which` succeeded python2 /usr/bin/python2 | |
gyp verb check python version `/usr/bin/python2 -c "import platform; print(platform.python_version());"` returned: "2.7.9\n" | |
gyp verb get node dir no --target version specified, falling back to host node version: 10.4.1 | |
gyp verb command install [ '10.4.1' ] | |
gyp verb install input version string "10.4.1" | |
gyp verb install installing version: 10.4.1 | |
gyp verb install --ensure was passed, so won't reinstall if already installed | |
gyp verb install version is already installed, need to check "installVersion" | |
gyp verb got "installVersion" 9 | |
gyp verb needs "installVersion" 9 | |
gyp verb install version is good | |
gyp verb get node dir target node version installed: 10.4.1 | |
gyp verb build dir attempting to create "build" dir: /home/pi/temp1/node_modules/node-sass/build | |
gyp verb build dir "build" dir needed to be created? /home/pi/temp1/node_modules/node-sass/build | |
gyp verb build/config.gypi creating config file | |
gyp verb build/config.gypi writing out config file: /home/pi/temp1/node_modules/node-sass/build/config.gypi | |
gyp verb config.gypi checking for gypi file: /home/pi/temp1/node_modules/node-sass/config.gypi | |
gyp verb common.gypi checking for gypi file: /home/pi/temp1/node_modules/node-sass/common.gypi | |
gyp verb gyp gyp format was not specified; forcing "make" | |
gyp info spawn /usr/bin/python2 | |
gyp info spawn args [ '/home/pi/temp1/node_modules/node-gyp/gyp/gyp_main.py', | |
gyp info spawn args 'binding.gyp', | |
gyp info spawn args '-f', | |
gyp info spawn args 'make', | |
gyp info spawn args '-I', | |
gyp info spawn args '/home/pi/temp1/node_modules/node-sass/build/config.gypi', | |
gyp info spawn args '-I', | |
gyp info spawn args '/home/pi/temp1/node_modules/node-gyp/addon.gypi', | |
gyp info spawn args '-I', | |
gyp info spawn args '/home/pi/.node-gyp/10.4.1/include/node/common.gypi', | |
gyp info spawn args '-Dlibrary=shared_library', | |
gyp info spawn args '-Dvisibility=default', | |
gyp info spawn args '-Dnode_root_dir=/home/pi/.node-gyp/10.4.1', | |
gyp info spawn args '-Dnode_gyp_dir=/home/pi/temp1/node_modules/node-gyp', | |
gyp info spawn args '-Dnode_lib_file=/home/pi/.node-gyp/10.4.1/<(target_arch)/node.lib', | |
gyp info spawn args '-Dmodule_root_dir=/home/pi/temp1/node_modules/node-sass', | |
gyp info spawn args '-Dnode_engine=v8', | |
gyp info spawn args '--depth=.', | |
gyp info spawn args '--no-parallel', | |
gyp info spawn args '--generator-output', | |
gyp info spawn args 'build', | |
gyp info spawn args '-Goutput_dir=.' ] | |
gyp verb command build [] | |
gyp verb build type Release | |
gyp verb architecture arm | |
gyp verb node dev dir /home/pi/.node-gyp/10.4.1 | |
gyp verb `which` succeeded for `make` /usr/bin/make | |
gyp info spawn make | |
gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ] | |
make: Entering directory '/home/pi/temp1/node_modules/node-sass/build' | |
g++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.4"' -I/home/pi/.node-gyp/10.4.1/include/node -I/home/pi/.node-gyp/10.4.1/src -I/home/pi/.node-gyp/10.4.1/deps/openssl/config -I/home/pi/.node-gyp/10.4.1/deps/openssl/openssl/include -I/home/pi/.node-gyp/10.4.1/deps/uv/include -I/home/pi/.node-gyp/10.4.1/deps/zlib -I/home/pi/.node-gyp/10.4.1/deps/v8/include -I../src/libsass/include -fPIC -pthread -Wall -Wextra -Wno-unused-parameter -O3 -fno-omit-frame-pointer -std=gnu++1y -std=c++0x -fexceptions -frtti -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/ast.o ../src/libsass/src/ast.cpp | |
make: g++: Command not found | |
src/libsass.target.mk:148: recipe for target 'Release/obj.target/libsass/src/libsass/src/ast.o' failed | |
make: *** [Release/obj.target/libsass/src/libsass/src/ast.o] Error 127 | |
make: Leaving directory '/home/pi/temp1/node_modules/node-sass/build' | |
gyp ERR! build error | |
gyp ERR! stack Error: `make` failed with exit code: 2 | |
gyp ERR! stack at ChildProcess.onExit (/home/pi/temp1/node_modules/node-gyp/lib/build.js:262:23) | |
gyp ERR! stack at ChildProcess.emit (events.js:182:13) | |
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:237:12) | |
gyp ERR! System Linux 4.9.35-v7+ | |
gyp ERR! command "/usr/bin/node" "/home/pi/temp1/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" | |
gyp ERR! cwd /home/pi/temp1/node_modules/node-sass | |
gyp ERR! node -v v10.4.1 | |
gyp ERR! node-gyp -v v3.7.0 | |
gyp ERR! not ok | |
Build failed with error code: 1 | |
npm WARN enoent ENOENT: no such file or directory, open '/home/pi/temp1/package.json' | |
npm WARN temp1 No description | |
npm WARN temp1 No repository field. | |
npm WARN temp1 No README data | |
npm WARN temp1 No license field. | |
npm ERR! code ELIFECYCLE | |
npm ERR! errno 1 | |
npm ERR! [email protected] postinstall: `node scripts/build.js` | |
npm ERR! Exit status 1 | |
npm ERR! | |
npm ERR! Failed at the [email protected] postinstall script. | |
npm ERR! This is probably not a problem with npm. There is likely additional logging output above. | |
npm ERR! A complete log of this run can be found in: | |
npm ERR! /home/pi/.npm/_logs/2018-06-20T20_12_31_320Z-debug.log | |
node-sass%20installation%20test.sh: 15: node-sass%20installation%20test.sh: ./node_modules/.bin/node-sass: not found | |
internal/modules/cjs/loader.js:596 | |
throw err; | |
^ | |
Error: Cannot find module 'node-sass' | |
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:594:15) | |
at Function.Module._load (internal/modules/cjs/loader.js:520:25) | |
at Module.require (internal/modules/cjs/loader.js:650:17) | |
at require (internal/modules/cjs/helpers.js:20:18) | |
at [eval]:1:13 | |
at Script.runInThisContext (vm.js:91:20) | |
at Object.runInThisContext (vm.js:298:38) | |
at Object.<anonymous> ([eval]-wrapper:6:22) | |
at Module._compile (internal/modules/cjs/loader.js:702:30) | |
at evalScript (internal/bootstrap/node.js:539:27) | |
internal/modules/cjs/loader.js:596 | |
throw err; | |
^ | |
Error: Cannot find module 'node-sass' | |
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:594:15) | |
at Function.Module._load (internal/modules/cjs/loader.js:520:25) | |
at Module.require (internal/modules/cjs/loader.js:650:17) | |
at require (internal/modules/cjs/helpers.js:20:18) | |
at [eval]:1:13 | |
at Script.runInThisContext (vm.js:91:20) | |
at Object.runInThisContext (vm.js:298:38) | |
at Object.<anonymous> ([eval]-wrapper:6:22) | |
at Module._compile (internal/modules/cjs/loader.js:702:30) | |
at evalScript (internal/bootstrap/node.js:539:27) | |
node-sass%20installation%20test.sh: 22: cd: can't cd to node_modules/node-sass/vendor | |
internal/modules/cjs/loader.js:596 | |
throw err; | |
^ | |
Error: Cannot find module 'node-sass' | |
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:594:15) | |
at Function.Module._load (internal/modules/cjs/loader.js:520:25) | |
at Module.require (internal/modules/cjs/loader.js:650:17) | |
at require (internal/modules/cjs/helpers.js:20:18) | |
at [eval]:1:13 | |
at Script.runInThisContext (vm.js:91:20) | |
at Object.runInThisContext (vm.js:298:38) | |
at Object.<anonymous> ([eval]-wrapper:6:22) | |
at Module._compile (internal/modules/cjs/loader.js:702:30) | |
at evalScript (internal/bootstrap/node.js:539:27) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment