Skip to content
This repository has been archived by the owner on Sep 16, 2019. It is now read-only.

Install Errors #1330

Closed
lenrooney opened this issue Nov 7, 2018 · 10 comments
Closed

Install Errors #1330

lenrooney opened this issue Nov 7, 2018 · 10 comments
Labels
build error Error with the build process

Comments

@lenrooney
Copy link

lenrooney commented Nov 7, 2018

Hi All,

I'm a complete Foundation/FoundationPress, node, sass noob, but it looks great and I want to get started. So I come here and follow the Quickstart Guide. I've been at it for many, many, hours now, trying it over and over again, going through all the similar Issues listed here, but still no luck. At first, the install would just fail and freeze up the Terminal, but then I discovered the package.json, line 42: "gulp": "^4.0" fix that seemed to get the installer to run fully, but reports a failed build with numerous errors. I have no clue what to try next at this point and I'm hoping someone out there can help me make sense of what's going on and what steps I can take to get FoundationPress working correctly on my Mac. Thanks!

How can this bug be reproduced?

  1. Step one: cd to themes then, $ git clone https://github.com/olefredrik/FoundationPress.git
  2. Step two: cd to new FoundationPress then, $ npm install
  3. Step three: edit package.json, line 42: "gulp": "^4.0"

What did you expect to happen?
An error free install

What happened instead?

  • Terminal reports Failed build with multiple errors
  • New /node_modules has been added to FoundationPress with 880 items (/@gulp-sourcemaps to /yeast)
[Lens-27-iMac-3]$ npm install

> [email protected] install /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/glob-watcher/node_modules/fsevents
> node install

[fsevents] Success: "/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/glob-watcher/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile

> [email protected] install /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents
> node install

node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp) 
node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp) 
  SOLINK_MODULE(target) Release/.node
  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
  CXX(target) Release/obj.target/fse/fsevents.o
In file included from In file included from ../fsevents.cc../fsevents.cc::66:
:
In file included from In file included from ../../nan/nan.h../../nan/nan.h::192192:
:
../../nan/nan_maybe_43_inl.h../../nan/nan_maybe_43_inl.h::112112::1515::  errorerror: : nono  membermember  namednamed  'ForceSet''ForceSet'  inin

            'v8::Object''v8::Object'

  return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);  return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);

         ~~~  ^         ~~~  ^

In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:198:
In file included from ../../nan/nan_new.h:189:
../../nan/nan_implementation_12_inl.h:337:28: warning: 'New' is deprecated
      [-Wdeprecated-declarations]
  return v8::StringObject::New(value).As<v8::StringObject>();
                           ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h:5052:3: note: 'New' has
      been explicitly marked deprecated here
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:198:
In file included from ../../nan/nan_new.h:  V8_DEPRECATED("Use Isolate* version",189
:
  ^../../nan/nan_implementation_12_inl.h
:337:28: warning: 'New' is deprecated
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h      :[-Wdeprecated-declarations]327:
29: note: 
      expanded from macro 'V8_DEPRECATED'
  return v8::StringObject::New(value).As<v8::StringObject>();
                           ^
  declarator __attribute__((deprecated))
                            ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h:5052:3: note: 'New' has
      been explicitly marked deprecated here
  V8_DEPRECATED("Use Isolate* version",
  ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h:327:29: note: 
      expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
                            ^
In file included from ../fsevents.cc:6:
../../nan/nan.h:834:18: warning: 'MakeCallback' is deprecated: Use
      MakeCallback(..., async_context) [-Wdeprecated-declarations]
    return node::MakeCallback(
                 ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:175:1: note: 
      'MakeCallback' has been explicitly marked deprecated here
In file included from NODE_DEPRECATED("Use MakeCallback(..., async_context)",../fsevents.cc
:6^:

../../nan/nan.h:834:18/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:: 91:20warning::  note'MakeCallback':  isexpanded 
deprecated:       fromUse 
macro       MakeCallback(...,'NODE_DEPRECATED' async_context)
 [-Wdeprecated-declarations]
    return node::MakeCallback(    __attribute__((deprecated(message))) declarator

                 ^                   ^

/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:175:1: note: 
      'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:91:20: note: expanded
      from macro 'NODE_DEPRECATED'
In file included from ../fsevents.cc:6:
../../nan/nan.h:849    __attribute__((deprecated(message))) declarator:
18:                    ^
warning: 'MakeCallback' is deprecated: Use
      MakeCallback(..., async_context) [-Wdeprecated-declarations]
    return node::MakeCallback(
                 ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:168:1: note: 
      'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
In file included from ../fsevents.cc/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h::691:
:20../../nan/nan.h:: 849:18note::  expanded
warning      : from macro'MakeCallback'  'NODE_DEPRECATED'is 
deprecated: Use
      MakeCallback(..., async_context) [-Wdeprecated-declarations]
    __attribute__((deprecated(message))) declarator
                   ^
    return node::MakeCallback(
                 ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:168:1: note: 
      'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:91:20: In file included from ../fsevents.ccnote:: 6:
expanded
../../nan/nan.h      :from864 :macro18 :'NODE_DEPRECATED' 
warning: 'MakeCallback' is deprecated: Use
      MakeCallback(..., async_context)    __attribute__((deprecated(message))) declarator 
[-Wdeprecated-declarations]                   ^

    return node::MakeCallback(
                 ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:161:1: note: 
      'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:91:20: In file included from ../fsevents.cc:note6: :
expanded../../nan/nan.h
:      864from: 18macro:  'NODE_DEPRECATED'
warning: 'MakeCallback' is deprecated: Use
      MakeCallback(..., async_context)     __attribute__((deprecated(message))) declarator[-Wdeprecated-declarations]

                   ^
    return node::MakeCallback(
                 ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:161:1: note: 
      'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:91:20: note: expanded
      from macro 'NODE_DEPRECATED'
    __attribute__((deprecated(message))) declarator
                   ^
In file included from ../fsevents.cc:6:
../../nan/nan.h:911:44: warning: 'ToString' is deprecated
      [-Wdeprecated-declarations]
      v8::Local<v8::String> string = from->ToString();
                                           ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h:2454:10: note: 'ToString'
      has been explicitly marked deprecated here
In file included from ../fsevents.cc:6:
../../nan/nan.h:911:  inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);44
:          ^
warning: 'ToString' /Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.his: 327deprecated:
29      :[-Wdeprecated-declarations] 
note: 
      expanded from macro 'V8_DEPRECATED'
      v8::Local<v8::String> string = from->ToString();
                                           ^
  declarator __attribute__((deprecated))
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h                            ^:
2454:10: note: 'ToString'
      has been explicitly marked deprecated here
  inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);
         ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h:327:29: note: 
      expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
                            ^
In file included from ../fsevents.cc:6:
../../nan/nan.h:921:27: warning: 'WriteUtf8' is deprecated
      [-Wdeprecated-declarations]
        length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
                          ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h:2658:3: note: 'WriteUtf8'
      has been explicitly marked deprecated here
In file included from ../fsevents.cc:6:
  V8_DEPRECATED("Use Isolate* version",../../nan/nan.h
:921  ^:
27: warning/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h: :327:'WriteUtf8'29 :is  deprecated
note      : [-Wdeprecated-declarations]

      expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
        length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
                            ^
                          ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h:2658:3: note: 'WriteUtf8'
      has been explicitly marked deprecated here
  V8_DEPRECATED("Use Isolate* version",
  ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h:327:29: note: 
      expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
                            ^
In file included from ../fsevents.cc:6:
../../nan/nan.h:1473:31: warning: 'MakeCallback' is deprecated: Use
      MakeCallback(..., async_context) [-Wdeprecated-declarations]
    return scope.Escape(node::MakeCallback(
                              ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:175:1: In file included from ../fsevents.cc:note6: :

../../nan/nan.h      :'MakeCallback'1473 :has31 :been  explicitly warningmarked:  deprecated here'MakeCallback' 
is deprecated: Use
      MakeCallback(..., async_context) [-Wdeprecated-declarations]
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h    return scope.Escape(node::MakeCallback(:
91:                              ^20
: note: /Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:expanded175
:      1from:  macro 'NODE_DEPRECATED'note: 

      'MakeCallback' has been explicitly marked deprecated here    __attribute__((deprecated(message))) declarator

                   ^
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:91:20: note: expanded
      from macro 'NODE_DEPRECATED'
    __attribute__((deprecated(message))) declarator
                   ^
7 warnings and 1 error generated.
7 warnings and 1 error generated.
make: *** [Release/obj.target/fse/fsevents.o] Error 1
make: *** [Release/obj.target/fse/fsevents.o] Error 1
gypgyp ERR! build error 
 ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/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:240:12)
gyp ERR! stack Error: `make` failed with exit code: 2
gyp gypERR!  ERR!stack      at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
Systemgyp Darwin 17.7.0
 ERR! stack     at ChildProcess.emit (events.js:182:13)
gyp gypERR!  stackERR!     at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
 command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64"
gyp ERR! cwd /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents
gyp gypERR!  ERR!node -v v10.13.0
 System Darwin 17.7.0
gyp ERR! node-gyp -v v3.8.0
gypgyp  ERR!ERR!  not okcommand 
 "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64"
gyp ERR! cwd /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents
gyp ERR! node -v v10.13.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 
node-pre-gyp ERR! build error 
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:962:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
node-pre-gyp ERR! System Darwin 17.7.0
node-pre-gyp ERR! command "/usr/local/bin/node" "/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents
node-pre-gyp ERR! node -v v10.13.0
node-pre-gyp ERR! node-pre-gyp -v v0.6.36
node-pre-gyp ERR! not ok 
Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64' (1)

> [email protected] install /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/gulp-sass/node_modules/node-sass
> node scripts/install.js

Downloading binary from https://github.com/sass/node-sass/releases/download/v4.7.2/darwin-x64-64_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.7.2/darwin-x64-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 /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js


> [email protected] postinstall /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/gulp-sass/node_modules/node-sass
> node scripts/build.js

Building: /usr/local/bin/node /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/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/local/bin/node',
gyp verb cli   '/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/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] | darwin | x64
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` failed Error: not found: python2
gyp verb `which` failed     at getNotFoundError (/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/which/which.js:13:12)
gyp verb `which` failed     at F (/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/which/which.js:68:19)
gyp verb `which` failed     at E (/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/which/which.js:80:29)
gyp verb `which` failed     at /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/which/which.js:89:16
gyp verb `which` failed     at /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/isexe/index.js:42:5
gyp verb `which` failed     at /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/isexe/mode.js:8:5
gyp verb `which` failed     at FSReqWrap.oncomplete (fs.js:154:21)
gyp verb `which` failed  python2 { Error: not found: python2
gyp verb `which` failed     at getNotFoundError (/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/which/which.js:13:12)
gyp verb `which` failed     at F (/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/which/which.js:68:19)
gyp verb `which` failed     at E (/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/which/which.js:80:29)
gyp verb `which` failed     at /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/which/which.js:89:16
gyp verb `which` failed     at /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/isexe/index.js:42:5
gyp verb `which` failed     at /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/isexe/mode.js:8:5
gyp verb `which` failed     at FSReqWrap.oncomplete (fs.js:154:21)
gyp verb `which` failed   stack:
gyp verb `which` failed    'Error: not found: python2\n    at getNotFoundError (/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/which/which.js:13:12)\n    at F (/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/which/which.js:68:19)\n    at E (/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/which/which.js:80:29)\n    at /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/which/which.js:89:16\n    at /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/isexe/index.js:42:5\n    at /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/isexe/mode.js:8:5\n    at FSReqWrap.oncomplete (fs.js:154:21)',
gyp verb `which` failed   code: 'ENOENT' }
gyp verb check python checking for Python executable "python" in the PATH
gyp verb `which` succeeded python /usr/bin/python
gyp verb check python version `/usr/bin/python -c "import platform; print(platform.python_version());"` returned: "2.7.10\n"
gyp verb get node dir no --target version specified, falling back to host node version: 10.13.0
gyp verb command install [ '10.13.0' ]
gyp verb install input version string "10.13.0"
gyp verb install installing version: 10.13.0
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.13.0
gyp verb build dir attempting to create "build" dir: /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/gulp-sass/node_modules/node-sass/build
gyp verb build dir "build" dir needed to be created? /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/gulp-sass/node_modules/node-sass/build
gyp verb build/config.gypi creating config file
gyp verb build/config.gypi writing out config file: /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/gulp-sass/node_modules/node-sass/build/config.gypi
gyp verb config.gypi checking for gypi file: /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/gulp-sass/node_modules/node-sass/config.gypi
gyp verb common.gypi checking for gypi file: /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/gulp-sass/node_modules/node-sass/common.gypi
gyp verb gyp gyp format was not specified; forcing "make"
gyp info spawn /usr/bin/python
gyp info spawn args [ '/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/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   '/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/gulp-sass/node_modules/node-sass/build/config.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/node-gyp/addon.gypi',
gyp info spawn args   '-I',
gyp info spawn args   '/Users/lenrooney/.node-gyp/10.13.0/include/node/common.gypi',
gyp info spawn args   '-Dlibrary=shared_library',
gyp info spawn args   '-Dvisibility=default',
gyp info spawn args   '-Dnode_root_dir=/Users/lenrooney/.node-gyp/10.13.0',
gyp info spawn args   '-Dnode_gyp_dir=/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/node-gyp',
gyp info spawn args   '-Dnode_lib_file=/Users/lenrooney/.node-gyp/10.13.0/<(target_arch)/node.lib',
gyp info spawn args   '-Dmodule_root_dir=/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/gulp-sass/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 x64
gyp verb node dev dir /Users/lenrooney/.node-gyp/10.13.0
gyp verb `which` succeeded for `make` /usr/bin/make
gyp info spawn make
gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ]
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -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
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o ../src/libsass/src/ast_fwd_decl.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/base64vlq.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/base64vlq.o ../src/libsass/src/base64vlq.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/bind.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/bind.o ../src/libsass/src/bind.cpp
  cc '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cencode.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/cencode.o ../src/libsass/src/cencode.c
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/check_nesting.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/check_nesting.o ../src/libsass/src/check_nesting.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/color_maps.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/color_maps.o ../src/libsass/src/color_maps.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/constants.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/constants.o ../src/libsass/src/constants.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/context.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/context.o ../src/libsass/src/context.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/cssize.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/cssize.o ../src/libsass/src/cssize.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/emitter.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/emitter.o ../src/libsass/src/emitter.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/environment.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/environment.o ../src/libsass/src/environment.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/error_handling.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/error_handling.o ../src/libsass/src/error_handling.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/eval.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/eval.o ../src/libsass/src/eval.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/expand.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/expand.o ../src/libsass/src/expand.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/extend.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/extend.o ../src/libsass/src/extend.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o ../src/libsass/src/memory/SharedPtr.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/subset_map.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/subset_map.o ../src/libsass/src/subset_map.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp
  c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DLIBSASS_VERSION="3.5.0.beta.2"' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw   -c -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp
  rm -f Release/sass.a && ./gyp-mac-tool filter-libtool libtool  -static -o Release/sass.a Release/obj.target/libsass/src/libsass/src/ast.o Release/obj.target/libsass/src/libsass/src/ast_fwd_decl.o Release/obj.target/libsass/src/libsass/src/base64vlq.o Release/obj.target/libsass/src/libsass/src/bind.o Release/obj.target/libsass/src/libsass/src/cencode.o Release/obj.target/libsass/src/libsass/src/check_nesting.o Release/obj.target/libsass/src/libsass/src/color_maps.o Release/obj.target/libsass/src/libsass/src/constants.o Release/obj.target/libsass/src/libsass/src/context.o Release/obj.target/libsass/src/libsass/src/cssize.o Release/obj.target/libsass/src/libsass/src/emitter.o Release/obj.target/libsass/src/libsass/src/environment.o Release/obj.target/libsass/src/libsass/src/error_handling.o Release/obj.target/libsass/src/libsass/src/eval.o Release/obj.target/libsass/src/libsass/src/expand.o Release/obj.target/libsass/src/libsass/src/extend.o Release/obj.target/libsass/src/libsass/src/file.o Release/obj.target/libsass/src/libsass/src/functions.o Release/obj.target/libsass/src/libsass/src/inspect.o Release/obj.target/libsass/src/libsass/src/json.o Release/obj.target/libsass/src/libsass/src/lexer.o Release/obj.target/libsass/src/libsass/src/listize.o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o Release/obj.target/libsass/src/libsass/src/node.o Release/obj.target/libsass/src/libsass/src/output.o Release/obj.target/libsass/src/libsass/src/parser.o Release/obj.target/libsass/src/libsass/src/plugins.o Release/obj.target/libsass/src/libsass/src/position.o Release/obj.target/libsass/src/libsass/src/prelexer.o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o Release/obj.target/libsass/src/libsass/src/sass.o Release/obj.target/libsass/src/libsass/src/sass2scss.o Release/obj.target/libsass/src/libsass/src/sass_context.o Release/obj.target/libsass/src/libsass/src/sass_functions.o Release/obj.target/libsass/src/libsass/src/sass_util.o Release/obj.target/libsass/src/libsass/src/sass_values.o Release/obj.target/libsass/src/libsass/src/source_map.o Release/obj.target/libsass/src/libsass/src/subset_map.o Release/obj.target/libsass/src/libsass/src/to_c.o Release/obj.target/libsass/src/libsass/src/to_value.o Release/obj.target/libsass/src/libsass/src/units.o Release/obj.target/libsass/src/libsass/src/utf8_string.o Release/obj.target/libsass/src/libsass/src/util.o Release/obj.target/libsass/src/libsass/src/values.o
  c++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DBUILDING_NODE_EXTENSION' -I/Users/lenrooney/.node-gyp/10.13.0/include/node -I/Users/lenrooney/.node-gyp/10.13.0/src -I/Users/lenrooney/.node-gyp/10.13.0/deps/uv/include -I/Users/lenrooney/.node-gyp/10.13.0/deps/v8/include -I../../../../nan -I../src/libsass/include  -Os -gdwarf-2 -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=gnu++1y -stdlib=libc++ -fno-rtti -fno-exceptions -std=c++11 -MMD -MF ./Release/.deps/Release/obj.target/binding/src/binding.o.d.raw   -c -o Release/obj.target/binding/src/binding.o ../src/binding.cpp
In file included from ../src/binding.cpp:1:
In file included from ../../../../nan/nan.h:192:
../../../../nan/nan_maybe_43_inl.h:112:15: error: no member named 'ForceSet' in
      'v8::Object'
  return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
         ~~~  ^
In file included from ../src/binding.cpp:1:
In file included from ../../../../nan/nan.h:198:
In file included from ../../../../nan/nan_new.h:189:
../../../../nan/nan_implementation_12_inl.h:337:28: warning: 'New' is deprecated
      [-Wdeprecated-declarations]
  return v8::StringObject::New(value).As<v8::StringObject>();
                           ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h:5052:3: note: 'New' has
      been explicitly marked deprecated here
  V8_DEPRECATED("Use Isolate* version",
  ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h:327:29: note: 
      expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
                            ^
In file included from ../src/binding.cpp:1:
../../../../nan/nan.h:834:18: warning: 'MakeCallback' is deprecated: Use
      MakeCallback(..., async_context) [-Wdeprecated-declarations]
    return node::MakeCallback(
                 ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:175:1: note: 
      'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:91:20: note: expanded
      from macro 'NODE_DEPRECATED'
    __attribute__((deprecated(message))) declarator
                   ^
In file included from ../src/binding.cpp:1:
../../../../nan/nan.h:849:18: warning: 'MakeCallback' is deprecated: Use
      MakeCallback(..., async_context) [-Wdeprecated-declarations]
    return node::MakeCallback(
                 ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:168:1: note: 
      'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:91:20: note: expanded
      from macro 'NODE_DEPRECATED'
    __attribute__((deprecated(message))) declarator
                   ^
In file included from ../src/binding.cpp:1:
../../../../nan/nan.h:864:18: warning: 'MakeCallback' is deprecated: Use
      MakeCallback(..., async_context) [-Wdeprecated-declarations]
    return node::MakeCallback(
                 ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:161:1: note: 
      'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:91:20: note: expanded
      from macro 'NODE_DEPRECATED'
    __attribute__((deprecated(message))) declarator
                   ^
In file included from ../src/binding.cpp:1:
../../../../nan/nan.h:911:44: warning: 'ToString' is deprecated
      [-Wdeprecated-declarations]
      v8::Local<v8::String> string = from->ToString();
                                           ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h:2454:10: note: 'ToString'
      has been explicitly marked deprecated here
  inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);
         ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h:327:29: note: 
      expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
                            ^
In file included from ../src/binding.cpp:1:
../../../../nan/nan.h:921:27: warning: 'WriteUtf8' is deprecated
      [-Wdeprecated-declarations]
        length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
                          ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h:2658:3: note: 'WriteUtf8'
      has been explicitly marked deprecated here
  V8_DEPRECATED("Use Isolate* version",
  ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h:327:29: note: 
      expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
                            ^
In file included from ../src/binding.cpp:1:
../../../../nan/nan.h:1473:31: warning: 'MakeCallback' is deprecated: Use
      MakeCallback(..., async_context) [-Wdeprecated-declarations]
    return scope.Escape(node::MakeCallback(
                              ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:175:1: note: 
      'MakeCallback' has been explicitly marked deprecated here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:91:20: note: expanded
      from macro 'NODE_DEPRECATED'
    __attribute__((deprecated(message))) declarator
                   ^
7 warnings and 1 error generated.
make: *** [Release/obj.target/binding/src/binding.o] Error 1
gyp ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/node-gyp/lib/build.js:258:23)
gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
gyp ERR! System Darwin 17.7.0
gyp ERR! command "/usr/local/bin/node" "/Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library="
gyp ERR! cwd /Users/lenrooney/Websites/LenRooney-Site/lenrooney/wp/wp-content/themes/FoundationPress/node_modules/gulp-sass/node_modules/node-sass
gyp ERR! node -v v10.13.0
gyp ERR! node-gyp -v v3.6.2
gyp ERR! not ok 
Build failed with error code: 1
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] install: `node install`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

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!     /Users/lenrooney/.npm/_logs/2018-11-07T07_40_10_047Z-debug.log
[Lens-27-iMac-3]$ 

Please List the Following:

  • OS & version: MacOS 10.13.6 (High Sierra)
  • Node version (node -v) [Node v4+ is required] : 10:13.0
  • FoundationPress version (see line 3 in package.json): 2.10.4
  • Foundation version (found in node_modules/foundation-sites/package.json) :6.4.3
@mattbag
Copy link

mattbag commented Nov 7, 2018

Gulp version is stuck at 3.9. You need to explicitly say "gulp": "gulpjs/gulp#4.0"
You might also have to update some gulp deps and rebuild node-sass.

@lenrooney
Copy link
Author

Thanks for the reply mattbag! When I leave package.json, line 42 as : "gulp": "gulp": "gulpjs/gulp#4.0", I get the following error with a hung Terminal ...

Unhandled rejection Error: Command failed: /usr/local/bin/git checkout 4.0
error: pathspec '4.0' did not match any file(s) known to git.

    at ChildProcess.exithandler (child_process.js:289:12)
    at ChildProcess.emit (events.js:182:13)
    at maybeClose (internal/child_process.js:962:16)
    at Socket.stream.socket.on (internal/child_process.js:381:11)
    at Socket.emit (events.js:182:13)
    at Pipe._handle.close (net.js:606:12)

Also can you help me understand Gulp in this Foundaton/node.js context a bit more. The documentation here on Git and at https://foundationpress.olefredrik.com/posts/tutorials/foundationpress-for-beginners makes no mention of installing/reinstalling Gulp or how to update any part of it. Can you or anyone else provide Terminal commands for this? For now, I'll continuing reading about Gulp and try to figure this out.

Should reinstalling node.js rebuild node-sass? I've tried several times now, but no luck. I've also tried, npm rebuild node-sass with no apparent effect.

@mattbag
Copy link

mattbag commented Nov 8, 2018

Can you add/show you package dependencies here?
Gulp is a bit brittle as many tools are not updated maintained regularly.
I had a similar issue last week. I will post my updated versions.
What node version are you using?

@FlatspinZA
Copy link

"This project requires Node.js v4.x.x to v6.11.x to be installed on your machine. Please be aware that you might encounter problems with the installation if you are using the most current Node version (bleeding edge) with all the latest features."

@mattbag
Copy link

mattbag commented Nov 8, 2018

Yep. I run it on 8 and now 10, it's just a matter of updating the right pkgs

@mattbag
Copy link

mattbag commented Nov 8, 2018

"devDependencies": {
    "ansi-colors": "^1.0.1",
    "babel-core": "^6.24.1",
    "babel-loader": "^7.1.2",
    "babel-preset-es2015": "^6.3.13",
    "babel-register": "^6.7.2",
    "browser-sync": "^2.10.0",
    "dateformat": "^3.0.2",
    "fancy-log": "^1.3.2",
    "gulp": "gulpjs/gulp#4.0",
    "gulp-autoprefixer": "^3.1.0",
    "gulp-babel": "^6.1.2",
    "gulp-clean-css": "^3.3.1",
    "gulp-cli": "^1.2.1",
    "gulp-concat": "^2.5.2",
    "gulp-extname": "^0.2.0",
    "gulp-if": "^2.0.0",
    "gulp-imagemin": "^4.1.0",
    "gulp-load-plugins": "^1.1.0",
    "gulp-phpcbf": "^0.1.2",
    "gulp-phpcs": "^2.1.0",
    "gulp-rev": "^8.0.0",
    "gulp-sass": "^3.2.1",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-uglify": "^1.2.0",
    "gulp-zip": "^4.0.0",
    "js-yaml": "^3.4.6",
    "panini": "^1.3.0",
    "rimraf": "^2.4.3",
    "style-sherpa": "^1.0.0",
    "vinyl-named": "^1.1.0",
    "webpack": "^3.10.0",
    "webpack-stream": "^4.0.0",
    "yargs": "^3.8.0"
}

I thought I had more updates, but only gulp-sass on this one.
Node 10.12 on mojave

@lenrooney
Copy link
Author

Thanks mattbag! I'm using node.js v10:13.0, which is the lesser of the two pkg options offered at nodejs.org, so not the bleeding edge version.

After adding your list of devDependancies to the package.json file, the npm install still stalled ...

Unhandled rejection Error: Command failed: /usr/local/bin/git checkout 4.0
error: pathspec '4.0' did not match any file(s) known to git.

    at ChildProcess.exithandler (child_process.js:289:12)
    at ChildProcess.emit (events.js:182:13)
    at maybeClose (internal/child_process.js:962:16)
    at Socket.stream.socket.on (internal/child_process.js:381:11)
    at Socket.emit (events.js:182:13)
    at Pipe._handle.close (net.js:606:12)

So, once again, I used your devDependancies above but edited "gulp": "gulpjs/gulp#4.0" to "gulp": "^4.0" and this time npm install runs with the following results, which seem better than I started with yesterday--still lots of errors but I seem to get a successful build at the end. I've never done this before so I'm still not sure if the theme is ready to use. I'll have to test it tomorrow.

[Lens-27-iMac-3]$ npm install

> [email protected] install /Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/glob-watcher/node_modules/fsevents
> node install

[fsevents] Success: "/Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/glob-watcher/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" already installed
Pass --update-binary to reinstall or --build-from-source to recompile

> [email protected] install /Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents
> node install

node-pre-gyp ERR! Tried to download(404): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp) 
node-pre-gyp ERR! Tried to download(undefined): https://fsevents-binaries.s3-us-west-2.amazonaws.com/v1.1.2/fse-v1.1.2-node-v64-darwin-x64.tar.gz 
node-pre-gyp ERR! Pre-built binaries not found for [email protected] and [email protected] (node-v64 ABI) (falling back to source compile with node-gyp) 
  SOLINK_MODULE(target) Release/.node
  SOLINK_MODULE(target) Release/.node
  CXX(target) Release/obj.target/fse/fsevents.o
  CXX(target) Release/obj.target/fse/fsevents.o
In file included from In file included from ../fsevents.cc:6../fsevents.cc:
:In file included from 6../../nan/nan.h:
:In file included from 192../../nan/nan.h:
:192:
../../nan/nan_maybe_43_inl.h:112../../nan/nan_maybe_43_inl.h::15112:: 15: error: error: nono  membermember  namednamed  'ForceSet''ForceSet'  inin

            'v8::Object''v8::Object'

  return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
         ~~~  ^
  return obj->ForceSet(isolate->GetCurrentContext(), key, value, attribs);
         ~~~  ^
In file included from In file included from ../fsevents.cc../fsevents.cc::66:
:
In file included from In file included from ../../nan/nan.h../../nan/nan.h::198198:
:
In file included from In file included from ../../nan/nan_new.h../../nan/nan_new.h::189189:
:
../../nan/nan_implementation_12_inl.h../../nan/nan_implementation_12_inl.h::337337::2828::  warningwarning: : 'New''New'  isis  deprecateddeprecated

            [-Wdeprecated-declarations][-Wdeprecated-declarations]

  return v8::StringObject::New(value).As<v8::StringObject>();  return v8::StringObject::New(value).As<v8::StringObject>();

                           ^                           ^

/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h:5052:3/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h:: 5052:3note::  'New' notehas: 
      'New'been  hasexplicitly
       markedbeen  deprecatedexplicitly  heremarked 
deprecated here
  V8_DEPRECATED("Use Isolate* version",
  ^
  V8_DEPRECATED("Use Isolate* version",
  ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h:327/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h::29327:: 29: note: note
:       expanded
       fromexpanded  macrofrom  'V8_DEPRECATED'macro 
'V8_DEPRECATED'
  declarator __attribute__((deprecated))
  declarator __attribute__((deprecated))                            ^

                            ^
In file included from ../fsevents.cc:6:
In file included from ../../nan/nan.h:../fsevents.cc834::618:
: ../../nan/nan.h:warning834: :18: 'MakeCallback' iswarning : deprecated: Use'MakeCallback'
       isMakeCallback(...,  deprecated:async_context)  Use[-Wdeprecated-declarations]
      
MakeCallback(..., async_context) [-Wdeprecated-declarations]
    return node::MakeCallback(
                 ^    return node::MakeCallback(

                 ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:175:/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h1::175 :1:note : 
note      : 'MakeCallback' 
has       'MakeCallback'been  hasexplicitly  beenmarked  explicitlydeprecated  markedhere deprecated
 here
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^NODE_DEPRECATED("Use MakeCallback(..., async_context)",

^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:91/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h::2091:: 20: note: noteexpanded: 
      expandedfrom
       macrofrom  'NODE_DEPRECATED'macro 
'NODE_DEPRECATED'
    __attribute__((deprecated(message))) declarator
    __attribute__((deprecated(message))) declarator
                   ^
                   ^
In file included from In file included from ../fsevents.cc../fsevents.cc::66:
:
../../nan/nan.h../../nan/nan.h::849849::1818::  warningwarning: : 'MakeCallback''MakeCallback'  isis  deprecated:deprecated:  UseUse

            MakeCallback(...,MakeCallback(...,  async_context)async_context)  [-Wdeprecated-declarations][-Wdeprecated-declarations]

    return node::MakeCallback(    return node::MakeCallback(

                 ^                 ^

/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h::168168::11::  notenote: : 

            'MakeCallback''MakeCallback'  hashas  beenbeen  explicitlyexplicitly  markedmarked  deprecateddeprecated  herehere

NODE_DEPRECATED("Use MakeCallback(..., async_context)",NODE_DEPRECATED("Use MakeCallback(..., async_context)",

^^

/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h::9191::2020::  notenote: : expandedexpanded

            fromfrom  macromacro  'NODE_DEPRECATED''NODE_DEPRECATED'

    __attribute__((deprecated(message))) declarator    __attribute__((deprecated(message))) declarator

                   ^                   ^

In file included from ../fsevents.cc:In file included from 6../fsevents.cc:
:6../../nan/nan.h:
:864../../nan/nan.h::18864:: 18: warning: warning: 'MakeCallback' is'MakeCallback'  deprecated:is  Usedeprecated:
       UseMakeCallback(...,
       async_context)MakeCallback(...,  [-Wdeprecated-declarations]async_context) 
[-Wdeprecated-declarations]
    return node::MakeCallback(
    return node::MakeCallback(                 ^

                 ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:161/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h::1161:: 1: note: note
:       
'MakeCallback'       'MakeCallback'has  hasbeen  beenexplicitly  explicitlymarked  markeddeprecated  deprecatedhere here

NODE_DEPRECATED("Use MakeCallback(..., async_context)",
NODE_DEPRECATED("Use MakeCallback(..., async_context)",
^
^
/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h:/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h91::9120::20 : notenote: : expandedexpanded

            fromfrom  macromacro  'NODE_DEPRECATED''NODE_DEPRECATED'

    __attribute__((deprecated(message))) declarator    __attribute__((deprecated(message))) declarator

                   ^                   ^

In file included from In file included from ../fsevents.cc../fsevents.cc::66:
:
../../nan/nan.h../../nan/nan.h::911911::4444::  warningwarning: : 'ToString''ToString'  isis  deprecateddeprecated

            [-Wdeprecated-declarations][-Wdeprecated-declarations]

      v8::Local<v8::String> string = from->ToString();      v8::Local<v8::String> string = from->ToString();

                                           ^                                           ^

/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h::24542454::1010::  notenote: : 'ToString''ToString'

            hashas  beenbeen  explicitlyexplicitly  markedmarked  deprecateddeprecated  herehere

  inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);  inline V8_DEPRECATED("Use maybe version", Local<String> ToString() const);

         ^         ^

/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h::327327::2929::  notenote: : 

            expandedexpanded  fromfrom  macromacro  'V8_DEPRECATED''V8_DEPRECATED'

  declarator __attribute__((deprecated))  declarator __attribute__((deprecated))

                            ^                            ^

In file included from ../fsevents.cc:6:
../../nan/nan.h:921:27: warningIn file included from : ../fsevents.cc:6'WriteUtf8':
 is../../nan/nan.h :deprecated921
:      27[-Wdeprecated-declarations]: 
warning: 'WriteUtf8' is deprecated
      [-Wdeprecated-declarations]
        length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);
                          ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h:        length_ = string->WriteUtf8(str_, static_cast<int>(len), 0, flags);2658
:3                          ^:
 note: 'WriteUtf8'/Users/lenrooney/.node-gyp/10.13.0/include/node/v8.h
:      2658has: 3been:  explicitly markednote : deprecated 'WriteUtf8'here
      
has been explicitly marked deprecated here
  V8_DEPRECATED("Use Isolate* version",
  ^
/Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h  V8_DEPRECATED("Use Isolate* version",:
327:29  ^:
 note: /Users/lenrooney/.node-gyp/10.13.0/include/node/v8config.h
:      327expanded: 29from:  macro 'V8_DEPRECATED'note: 

      expanded from macro 'V8_DEPRECATED'
  declarator __attribute__((deprecated))
                            ^
  declarator __attribute__((deprecated))
                            ^
In file included from In file included from ../fsevents.cc:../fsevents.cc6::
6:
../../nan/nan.h../../nan/nan.h::14731473::3131::  warningwarning: : 'MakeCallback''MakeCallback'  isis  deprecated:deprecated:  UseUse

            MakeCallback(...,MakeCallback(...,  async_context)async_context)  [-Wdeprecated-declarations][-Wdeprecated-declarations]

    return scope.Escape(node::MakeCallback(    return scope.Escape(node::MakeCallback(

                              ^                              ^

/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h::175175::11::  notenote: : 

            'MakeCallback''MakeCallback'  hashas  beenbeen  explicitlyexplicitly  markedmarked  deprecateddeprecated  herehere

NODE_DEPRECATED("Use MakeCallback(..., async_context)",NODE_DEPRECATED("Use MakeCallback(..., async_context)",

^^

/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h/Users/lenrooney/.node-gyp/10.13.0/include/node/node.h::9191::2020::  notenote: : expandedexpanded

            fromfrom  macromacro  'NODE_DEPRECATED''NODE_DEPRECATED'

    __attribute__((deprecated(message))) declarator    __attribute__((deprecated(message))) declarator

                   ^                   ^

7 warnings and 1 error generated.
7 warnings and 1 error generated.
make: *** [Release/obj.target/fse/fsevents.o] Error 1
make: *** [Release/obj.target/fse/fsevents.o] Error 1
gypgyp ERR! build error 
 ERR! build error 
gyp ERR! stack Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stackgyp     at ChildProcess.emit (events.js:182:13)
 gyp ERR!ERR!  stackstack     at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
 Error: `make` failed with exit code: 2
gyp ERR! stack     at ChildProcess.onExit (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/build.js:262:23)
gyp ERR! stackgyp     at ChildProcess.emit (events.js:182:13)
 gyp ERR! ERR!System stack Darwin 17.7.0
     at Process.ChildProcess._handle.onexit (internal/child_process.js:240:12)
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64"
gyp gypERR!  SystemERR!  Darwin 17.7.0
cwd /Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents
gyp ERR! node -vgyp v10.13.0
 ERR!gyp  commandERR! "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "build" "--fallback-to-build" "--module=/Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node" "--module_name=fse" "--module_path=/Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64"
 node-gyp -v v3.8.0
gyp gyp ERR! ERR!cwd  /Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents
not ok 
gyp ERR! node -v v10.13.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok 
node-pre-gyp ERR! build error 
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:182:13)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:962:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:251:5)
node-pre-gyp ERR! System Darwin 17.7.0
node-pre-gyp ERR! command "/usr/local/bin/node" "/Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents
node-pre-gyp ERR! node -v v10.13.0
node-pre-gyp ERR! node-pre-gyp -v v0.6.36
node-pre-gyp ERR! not ok 
Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js build --fallback-to-build --module=/Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64/fse.node --module_name=fse --module_path=/Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/fsevents/lib/binding/Release/node-v64-darwin-x64' (1)

> [email protected] install /Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/node-sass
> node scripts/install.js

Cached binary found at /Users/lenrooney/.npm/node-sass/4.10.0/darwin-x64-64_binding.node

> [email protected] postinstall /Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/uglifyjs-webpack-plugin
> node lib/post_install.js


> [email protected] postinstall /Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/node-sass
> node scripts/build.js

Binary found at /Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/node-sass/vendor/darwin-x64-64/binding.node
Testing binary
Binary is fine

> [email protected] postinstall /Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/gifsicle
> node lib/install.js

  ✔ gifsicle pre-build test passed successfully

> [email protected] postinstall /Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/jpegtran-bin
> node lib/install.js

  ✔ jpegtran pre-build test passed successfully

> [email protected] postinstall /Users/lenrooney/Websites/LenRooney-Site/lenrooney-wp/wp-content/themes/FoundationPress/node_modules/optipng-bin
> node lib/install.js

  ✔ optipng pre-build test passed successfully
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] (node_modules/fsevents):
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: [email protected] install: `node install`
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: Exit status 1

added 1393 packages from 913 contributors and audited 20546 packages in 24.534s
found 338 vulnerabilities (281 low, 34 moderate, 23 high)
  run `npm audit fix` to fix them, or `npm audit` for details
[Lens-27-iMac-3]$ 

But thanks again, mattbag! I think I'm beginning to understand the idea of devDependencies array. I'll start Googling this subject and see if I can find more updated packages for node 10.13

@lenrooney
Copy link
Author

Hi FlatspinZA, thanks for the tip! I did read that about the project requiring Node.js v4.x.x to v6.11.x earlier, but the link above that to nodejs.org only offers 10.13.0 or 11.1.0, so I took the lesser. The site seems to have some earlier versions but they don't come in the installer packages, so I haven't been able to figure out how to install 6.11

@dgobnto
Copy link
Contributor

dgobnto commented Nov 9, 2018

Hi @lenrooney, here you go: https://nodejs.org/download/release/v6.11.5/
Install version 6.11.5 and you should be ready to go. Good luck.

@lenrooney
Copy link
Author

lenrooney commented Nov 14, 2018

Hi @dgobnto, thanks for that! I wish the instructions had provided this node.js link to begin with. I gave up a few days ago and installed JointsWP instead. It installed with node 10.13 without any problems and, so far, seems to deploy all the Foundation features. It was a work around because I really wanted to try FoundationPress--it seems like the best supported option--but I had to get on with a project at hand. I might circle back to FoundationPress later on. Thanks again, everyone, for all the help!

@derweili derweili added the build error Error with the build process label Jan 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
build error Error with the build process
Projects
None yet
Development

No branches or pull requests

5 participants