creativetimofficial / ct-nextjs-argon-dashboard-pro

NextJS version of Argon Dashboard PRO React
7 stars 3 forks source link

[Bug] npm install not working on fresh download #3

Open blangsmgi opened 3 years ago

blangsmgi commented 3 years ago

Version

1.1.0

Reproduction link

n/a - unable to get product installed

Operating System

Windows 10 Pro 20H2

Device

HP EliteDesk i7-4770

Browser & Version

n/a - unable to get product installed

Steps to reproduce

  1. From the downloads screen, I downloaded nextjs-argon-dashboard-pro-v1.1.0.zip
  2. I unzipped it to a folder called ArgonTemplate
  3. Opened Terminal, switched to that folder and ran npm install.
  4. Receive unable to resolve dependencies on npm error output.

What is expected?

I expect npm install to work

What is actually happening?

The following error output is received in Command Prompt

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: nextjs-argon-dashboard-pro@1.1.0 npm ERR! Found: react@17.0.1 npm ERR! node_modules/react npm ERR! react@"17.0.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.3.0" from react-bootstrap-table-next@4.0.3 npm ERR! node_modules/react-bootstrap-table-next npm ERR! react-bootstrap-table-next@"4.0.3" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See C:\Users\blang\AppData\Local\npm-cache\eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in: npm ERR! C:\Users\blang\AppData\Local\npm-cache_logs\2021-03-12T00_15_04_929Z-debug.log

image


Solution

Additional comments

Node Version: 14.16.0 - I downgraded to this version from 15.11.0 to see if that would make a difference NPM version: 7.5.3

gerarnoli commented 3 years ago

i have the same problem!

einazare commented 3 years ago

Hello guys,

Please download and install NodeJS LTS version from the official website here: https://nodejs.org/en/ Also, please NOTE!!! that you need to keep the npm version, that NodeJS LTS version comes with. Here is what I have on my machine:

Screen Shot 2021-05-13 at 12 22 19 PM

If you still have the issue after doing the above, please provide me with the following video:

Best, Manu

jankcat commented 2 years ago

@einazare is there a plan to update this to LTS (16)? What is the timeline?

pmyash911 commented 2 years ago

yashpatel@mymachine nextjs-argon-dashboard-pro-v1.1.0 % node -v v16.13.1 yashpatel@mymachine nextjs-argon-dashboard-pro-v1.1.0 % npm -v 8.3.0 yashpatel@mymachine nextjs-argon-dashboard-pro-v1.1.0 % npm install npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: nextjs-argon-dashboard-pro@1.1.0 npm ERR! Found: react@17.0.1 npm ERR! node_modules/react npm ERR! react@"17.0.1" from the root project npm ERR! npm ERR! Could not resolve dependency: npm ERR! peer react@"^16.3.0" from react-bootstrap-table-next@4.0.3 npm ERR! node_modules/react-bootstrap-table-next npm ERR! react-bootstrap-table-next@"4.0.3" from the root project npm ERR! npm ERR! Fix the upstream dependency conflict, or retry npm ERR! this command with --force, or --legacy-peer-deps npm ERR! to accept an incorrect (and potentially broken) dependency resolution. npm ERR! npm ERR! See /Users/yashpatel/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in: npm ERR! /Users/yashpatel/.npm/_logs/2022-03-09T03_28_36_892Z-debug-0.log yashpatel@Yashs-MacBook-Air nextjs-argon-dashboard-pro-v1.1.0 % npm run dev

nextjs-argon-dashboard-pro@1.1.0 dev next dev

sh: next: command not found yashpatel@mymachine nextjs-argon-dashboard-pro-v1.1.0 %

And I also tried "npm install --legacy-peer-deps"

yashpatel@Yashs-MacBook-Air nextjs-argon-dashboard-pro-v1.1.0 % npm install --legacy-peer-deps npm WARN deprecated @zeit/next-sass@1.0.1: Next.js now has built-in support for Sass: https://nextjs.org/docs/basic-features/built-in-css-support\#sass-support. The built-in support solves many bugs and painpoints that the next-sass plugin had. npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated @zeit/next-css@1.0.1: Next.js now has built-in support for CSS: https://nextjs.org/docs/basic-features/built-in-css-support. The built-in support solves many bugs and painpoints that the next-css plugin had. npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated npm WARN deprecated querystring@0.2.1: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated fsevents@1.2.13: fsevents 1 will break on node v14+ and could be using insecure binaries. Upgrade to fsevents 2. npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies npm WARN deprecated querystring@0.2.0: The querystring API is considered Legacy. new code should use the URLSearchParams API instead. npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 npm WARN deprecated react-jvectormap@0.0.16: This package is deprecated. Please start using @react-jvectormap/core instead npm ERR! code 1 npm ERR! path /Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-sass npm ERR! command failed npm ERR! command sh -c node scripts/build.js npm ERR! Building: /usr/local/bin/node /Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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/backtrace.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/backtrace.o ../src/libsass/src/backtrace.cpp npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! cc '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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/operators.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/operators.o ../src/libsass/src/operators.cpp npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=libsass' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DLIBSASS_VERSION="3.5.5"' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -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 npm ERR! 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/backtrace.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/operators.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 npm ERR! c++ '-DNODE_GYP_MODULE_NAME=binding' '-DUSING_UV_SHARED=1' '-DUSING_V8_SHARED=1' '-DV8_DEPRECATION_WARNINGS=1' '-DV8_DEPRECATION_WARNINGS' '-DV8_IMMINENT_DEPRECATION_WARNINGS' '-D_GLIBCXX_USE_CXX11_ABI=1' '-D_DARWIN_USE_64_BIT_INODE=1' '-D_LARGEFILE_SOURCE' '-D_FILE_OFFSET_BITS=64' '-DOPENSSL_NO_PINSHARED' '-DOPENSSL_THREADS' '-DBUILDING_NODE_EXTENSION' -I/Users/yashpatel/.node-gyp/16.13.1/include/node -I/Users/yashpatel/.node-gyp/16.13.1/src -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/config -I/Users/yashpatel/.node-gyp/16.13.1/deps/openssl/openssl/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/uv/include -I/Users/yashpatel/.node-gyp/16.13.1/deps/zlib -I/Users/yashpatel/.node-gyp/16.13.1/deps/v8/include -I../../nan -I../src/libsass/include -O3 -gdwarf-2 -mmacosx-version-min=10.7 -arch arm64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c++11 -stdlib=libc++ -fno-rtti -fno-exceptions -fno-strict-aliasing -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 npm ERR! gyp info it worked if it ends with ok npm ERR! gyp verb cli [ npm ERR! gyp verb cli '/usr/local/bin/node', npm ERR! gyp verb cli '/Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-gyp/bin/node-gyp.js', npm ERR! gyp verb cli 'rebuild', npm ERR! gyp verb cli '--verbose', npm ERR! gyp verb cli '--libsass_ext=', npm ERR! gyp verb cli '--libsass_cflags=', npm ERR! gyp verb cli '--libsass_ldflags=', npm ERR! gyp verb cli '--libsass_library=' npm ERR! gyp verb cli ] npm ERR! gyp info using node-gyp@3.8.0 npm ERR! gyp info using node@16.13.1 | darwin | arm64 npm ERR! gyp verb command rebuild [] npm ERR! gyp verb command clean [] npm ERR! gyp verb clean removing "build" directory npm ERR! gyp verb command configure [] npm ERR! gyp verb check python checking for Python executable "python2" in the PATH npm ERR! gyp verb which succeeded python2 /usr/bin/python2 npm ERR! gyp verb check python version /usr/bin/python2 -c "import sys; print "2.7.18 npm ERR! gyp verb check python version .%s.%s" % sys.version_info[:3];" returned: %j npm ERR! gyp verb get node dir no --target version specified, falling back to host node version: 16.13.1 npm ERR! gyp verb command install [ '16.13.1' ] npm ERR! gyp verb install input version string "16.13.1" npm ERR! gyp verb install installing version: 16.13.1 npm ERR! gyp verb install --ensure was passed, so won't reinstall if already installed npm ERR! gyp verb install version is already installed, need to check "installVersion" npm ERR! gyp verb got "installVersion" 9 npm ERR! gyp verb needs "installVersion" 9 npm ERR! gyp verb install version is good npm ERR! gyp verb get node dir target node version installed: 16.13.1 npm ERR! gyp verb build dir attempting to create "build" dir: /Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-sass/build npm ERR! gyp verb build dir "build" dir needed to be created? /Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-sass/build npm ERR! gyp verb build/config.gypi creating config file npm ERR! gyp verb build/config.gypi writing out config file: /Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-sass/build/config.gypi npm ERR! (node:11081) [DEP0150] DeprecationWarning: Setting process.config is deprecated. In the future the property will be read-only. npm ERR! (Use node --trace-deprecation ... to show where the warning was created) npm ERR! gyp verb config.gypi checking for gypi file: /Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-sass/config.gypi npm ERR! gyp verb common.gypi checking for gypi file: /Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-sass/common.gypi npm ERR! gyp verb gyp gyp format was not specified; forcing "make" npm ERR! gyp info spawn /usr/bin/python2 npm ERR! gyp info spawn args [ npm ERR! gyp info spawn args '/Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-gyp/gyp/gyp_main.py', npm ERR! gyp info spawn args 'binding.gyp', npm ERR! gyp info spawn args '-f', npm ERR! gyp info spawn args 'make', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-sass/build/config.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-gyp/addon.gypi', npm ERR! gyp info spawn args '-I', npm ERR! gyp info spawn args '/Users/yashpatel/.node-gyp/16.13.1/include/node/common.gypi', npm ERR! gyp info spawn args '-Dlibrary=shared_library', npm ERR! gyp info spawn args '-Dvisibility=default', npm ERR! gyp info spawn args '-Dnode_root_dir=/Users/yashpatel/.node-gyp/16.13.1', npm ERR! gyp info spawn args '-Dnode_gyp_dir=/Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-gyp', npm ERR! gyp info spawn args '-Dnode_lib_file=/Users/yashpatel/.node-gyp/16.13.1/<(target_arch)/node.lib', npm ERR! gyp info spawn args '-Dmodule_root_dir=/Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-sass', npm ERR! gyp info spawn args '-Dnode_engine=v8', npm ERR! gyp info spawn args '--depth=.', npm ERR! gyp info spawn args '--no-parallel', npm ERR! gyp info spawn args '--generator-output', npm ERR! gyp info spawn args 'build', npm ERR! gyp info spawn args '-Goutput_dir=.' npm ERR! gyp info spawn args ] npm ERR! gyp verb command build [] npm ERR! gyp verb build type Release npm ERR! gyp verb architecture arm64 npm ERR! gyp verb node dev dir /Users/yashpatel/.node-gyp/16.13.1 npm ERR! gyp verb which succeeded for make /usr/bin/make npm ERR! gyp info spawn make npm ERR! gyp info spawn args [ 'V=1', 'BUILDTYPE=Release', '-C', 'build' ] npm ERR! In file included from ../src/libsass/src/ast.cpp:2: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/ast_fwd_decl.cpp:1: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/bind.cpp:3: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/check_nesting.cpp:4: npm ERR! In file included from ../src/libsass/src/check_nesting.hpp:4: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/color_maps.cpp:2: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/context.cpp:9: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/cssize.cpp:6: npm ERR! In file included from ../src/libsass/src/cssize.hpp:4: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/environment.cpp:2: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/error_handling.cpp:2: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/eval.cpp:10: npm ERR! In file included from ../src/libsass/src/eval.hpp:4: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/expand.cpp:5: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/extend.cpp:2: npm ERR! In file included from ../src/libsass/src/extend.hpp:7: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/file.cpp:23: npm ERR! In file included from ../src/libsass/src/sass_functions.hpp:6: npm ERR! In file included from ../src/libsass/src/functions.hpp:4: npm ERR! In file included from ../src/libsass/src/listize.hpp:7: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/functions.cpp:2: npm ERR! In file included from ../src/libsass/src/functions.hpp:4: npm ERR! In file included from ../src/libsass/src/listize.hpp:7: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/inspect.cpp:9: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/listize.cpp:6: npm ERR! In file included from ../src/libsass/src/listize.hpp:7: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/node.cpp:4: npm ERR! In file included from ../src/libsass/src/node.hpp:7: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/operators.cpp:2: npm ERR! In file included from ../src/libsass/src/operators.hpp:4: npm ERR! In file included from ../src/libsass/src/values.hpp:4: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/output.cpp:2: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/parser.cpp:2: npm ERR! In file included from ../src/libsass/src/parser.hpp:7: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/remove_placeholders.cpp:2: npm ERR! In file included from ../src/libsass/src/remove_placeholders.hpp:6: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/sass.cpp:11: npm ERR! In file included from ../src/libsass/src/sass_functions.hpp:6: npm ERR! In file included from ../src/libsass/src/functions.hpp:4: npm ERR! In file included from ../src/libsass/src/listize.hpp:7: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/sass_context.cpp:9: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/sass_functions.cpp:5: npm ERR! In file included from ../src/libsass/src/values.hpp:4: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/sass_util.cpp:2: npm ERR! In file included from ../src/libsass/src/node.hpp:7: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/sass_values.cpp:5: npm ERR! In file included from ../src/libsass/src/eval.hpp:4: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/source_map.cpp:7: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/subset_map.cpp:2: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/to_c.cpp:3: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/to_value.cpp:2: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/util.cpp:3: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/libsass/src/values.cpp:3: npm ERR! In file included from ../src/libsass/src/values.hpp:4: npm ERR! ../src/libsass/src/ast.hpp:1614:25: warning: loop variable 'numerator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto numerator : numerators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1614:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto numerator : numerators) npm ERR! ^~~~~~ npm ERR! & npm ERR! ../src/libsass/src/ast.hpp:1616:25: warning: loop variable 'denominator' creates a copy from type 'const std::string' [-Wrange-loop-construct] npm ERR! for (const auto denominator : denominators) npm ERR! ^ npm ERR! ../src/libsass/src/ast.hpp:1616:14: note: use reference type 'const std::string &' to prevent copying npm ERR! for (const auto denominator : denominators) npm ERR! ^~~~~~~~ npm ERR! & npm ERR! 2 warnings generated. npm ERR! In file included from ../src/binding.cpp:1: npm ERR! In file included from ../../nan/nan.h:58: npm ERR! In file included from /Users/yashpatel/.node-gyp/16.13.1/include/node/node.h:63: npm ERR! In file included from /Users/yashpatel/.node-gyp/16.13.1/include/node/v8.h:30: npm ERR! /Users/yashpatel/.node-gyp/16.13.1/include/node/v8-internal.h:492:38: error: no template named 'remove_cv_t' in namespace 'std'; did you mean 'remove_cv'? npm ERR! !std::is_same<Data, std::remove_cv_t>::value>::Perform(data); npm ERR! ~^~~ npm ERR! remove_cv npm ERR! /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/include/c++/v1/type_traits:710:50: note: 'remove_cv' declared here npm ERR! template struct _LIBCPP_TEMPLATE_VIS remove_cv npm ERR! ^ npm ERR! 1 error generated. npm ERR! make: *** [Release/obj.target/binding/src/binding.o] Error 1 npm ERR! gyp ERR! build error npm ERR! gyp ERR! stack Error: make failed with exit code: 2 npm ERR! gyp ERR! stack at ChildProcess.onExit (/Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-gyp/lib/build.js:262:23) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:390:28) npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:290:12) npm ERR! gyp ERR! System Darwin 21.1.0 npm ERR! gyp ERR! command "/usr/local/bin/node" "/Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" npm ERR! gyp ERR! cwd /Users/yashpatel/Desktop/nextjs-argon-dashboard-pro-v1.1.0/node_modules/node-sass npm ERR! gyp ERR! node -v v16.13.1 npm ERR! gyp ERR! node-gyp -v v3.8.0 npm ERR! gyp ERR! not ok npm ERR! Build failed with error code: 1

npm ERR! A complete log of this run can be found in: npm ERR! /Users/yashpatel/.npm/_logs/2022-03-09T11_46_19_510Z-debug-0.log

saulostopa commented 2 years ago

I'm using Apple M1. I followed the steps below and worked properly:

jcstang commented 1 year ago

from @einazare

Hello guys,

Please download and install NodeJS LTS version from the official website here: https://nodejs.org/en/ Also, please NOTE!!! that you need to keep the npm version, that NodeJS LTS version comes with. Here is what I have on my machine: Screen Shot 2021-05-13 at 12 22 19 PM

Hey everyone, I downloaded fresh today and got the exact error as in this issue. (I was using v16.16.0 (npm v8.11.0)) so, I am now using node 14.17.6 (npm 6.14.15) and it is working.

CleanShot 2022-11-16 at 14 10 43@2x

hope this helps