32 comments found.
Neither the demo or quickstart seem to be working. I am not very experienced with this sort of code but it looks like this might be abandoned. Everything within the files you provide is deprecated. Either one I get the following end result. npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@9.0.0 postinstall: `node scripts/build.js` npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@9.0.0 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
Says that visual studio is not installed yet it is, I have already downgraded node and others to match the old versions sed in this.
Thank you for reaching out, and please accept our sincere apologies for the delayed response.
We understand the frustration this has caused. If you are using Node.js version 21, you can resolve the issue by simply removing “node-sass”: “^9.0.0” from the dependencies section in your package.json file. After removing it, run npm install again to proceed without errors. We would also update the fix in the our main package.
Additionally, we are working to bring the live preview site back online very soon to make it easier for you and others to get started.
We truly appreciate your patience and understanding. If you encounter any further issues, please do not hesitate to contact us — we are here to help.
Hi, some updates for latest node version ?v18.x or v19.x
btw, i cant use npm install in macos
gyp ERR! configure error
gyp ERR! stack Error: Command failed: /usr/bin/python3 -c import sys; print “%s.%s.%s” % sys.version_info[:3];
gyp ERR! stack File ”<string>”, line 1
gyp ERR! stack import sys; print “%s.%s.%s” % sys.version_info[:3];
gyp ERR! stack ^
gyp ERR! stack SyntaxError: invalid syntax
gyp ERR! stack
gyp ERR! stack at ChildProcess.exithandler (child_process.js:319:12)
gyp ERR! stack at ChildProcess.emit (events.js:376:20)
gyp ERR! stack at maybeClose (internal/child_process.js:1055:16)
gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5)
gyp ERR! System Darwin 23.1.0
gyp ERR! command ”/Users/tuyenbq/.nvm/versions/node/v14.17.0/bin/node” ”/Users/tuyenbq/Desktop/Source/Admin ReactJs Template Themforest/Roe Admin/demo/node_modules/node-gyp/bin/node-gyp.js” “rebuild” “-verbose” “-libsass_ext=” “-libsass_cflags=” “-libsass_ldflags=” “—libsass_library=”
gyp ERR! cwd /Users/tuyenbq/Desktop/Source/Admin ReactJs Template Themforest/Roe Admin/demo/node_modules/node-sass
gyp ERR! node -v v14.17.0
gyp ERR! node-gyp -v v3.8.0
gyp ERR! not ok
Build failed with error code: 1
im using node 14.17.0
Hello kyohp1997,
Apologies for the delayed response as we are double checking the things with v14.17.0 and also planning to provide an update with v20.8.1.
We double-checked and It should be working fine with v14.17.0. Based on the details that you have shared, we recommend to try below
1. Install NVM
2. use v14.17.0 node version with NVM
3. Try to install dependencies with “npm ci”
If you still face issue, try 1. npm cache clean—force
2. npm install -g node-gyp (if still error persist with node-gyp)
if you are on windows, perform npm install—global—production windows-build-tools from an elevated PowerShell or CMD.exe (run as Administrator).
Hi.. first of all, congrats!! It is an awesome template. So… I’d like to know if it’s possible in file manager, when the user click on a folder, open a subfolders. What changes I have to do in file manager, list view and data.jsx?
Hello Alissonp8,
Apologies for the delayed response. Regarding the file manager, it currently supports details for a single folder. However, for nested folders, you’ll need to work with routes, append your folder_id in the URL, and render folders and files accordingly. Achieving this requires some customization. We have notes your feedback as an improvement item for future releases. In addition, we are not yet sure the date for the new release..
Thank you.
How to deploy this theme in latest Node version?
Hi there, Thanks for writing to us.
Roe-ReactJs Admin supports till NodeJs v14.17.0 In case you get to deploy it on latest Node version, you may need to update dependencies with fixing issue.
We are planning some updates but dates are not defined yet.
Hope this helps you.
— Best regards, Mia
Hi, i’va bought your theme Roe Admin yesterday,
When i try to install on my VPS generate more issue.
i’ve a log file send me a mail and i reply with it.
Many Thanks
Hi Lucafu
Thanks for reaching out to us.
Kindly tell us what node version and npm version you are using?
My node version is 18 but it still gives me error
Hello there,
Thanks for reaching out to us.
Kindly use node v14.17.0 (npm v6.14.13). It should be working fine.
Best regards, Mia
I am facing an issue during the setup of the quickstart code on my machine. showing error pm 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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/file.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/file.o ../src/libsass/src/file.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/functions.o ../src/libsass/src/functions.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/inspect.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/inspect.o ../src/libsass/src/inspect.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/json.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/json.o ../src/libsass/src/json.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/lexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/lexer.o ../src/libsass/src/lexer.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/listize.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/listize.o ../src/libsass/src/listize.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/memory/SharedPtr.o ../src/libsass/src/memory/SharedPtr.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/node.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/node.o ../src/libsass/src/node.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/output.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/output.o ../src/libsass/src/output.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/parser.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/parser.o ../src/libsass/src/parser.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/plugins.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/plugins.o ../src/libsass/src/plugins.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/position.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/position.o ../src/libsass/src/position.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/prelexer.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/prelexer.o ../src/libsass/src/prelexer.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/remove_placeholders.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/remove_placeholders.o ../src/libsass/src/remove_placeholders.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass.o ../src/libsass/src/sass.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass2scss.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass2scss.o ../src/libsass/src/sass2scss.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_context.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_context.o ../src/libsass/src/sass_context.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_functions.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_functions.o ../src/libsass/src/sass_functions.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_util.o ../src/libsass/src/sass_util.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/sass_values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/sass_values.o ../src/libsass/src/sass_values.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/source_map.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/source_map.o ../src/libsass/src/source_map.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/subset_map.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/subset_map.o ../src/libsass/src/subset_map.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_c.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_c.o ../src/libsass/src/to_c.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/to_value.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/to_value.o ../src/libsass/src/to_value.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/units.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/units.o ../src/libsass/src/units.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/utf8_string.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/utf8_string.o ../src/libsass/src/utf8_string.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/util.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/util.o ../src/libsass/src/util.cpp
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’ ‘-DLIBSASS_VERSION=”3.5.5”’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -Wall -Wendif-labels -W -Wno-unused-parameter -std=c+11 -stdlib=libc+ -fno-strict-aliasing -MMD -MF ./Release/.deps/Release/obj.target/libsass/src/libsass/src/values.o.d.raw -c -o Release/obj.target/libsass/src/libsass/src/values.o ../src/libsass/src/values.cpp
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’ ‘-DBUILDING_NODE_EXTENSION’ -I/Users/apple/.node-gyp/18.5.0/include/node -I/Users/apple/.node-gyp/18.5.0/src -I/Users/apple/.node-gyp/18.5.0/deps/openssl/config -I/Users/apple/.node-gyp/18.5.0/deps/openssl/openssl/include -I/Users/apple/.node-gyp/18.5.0/deps/uv/include -I/Users/apple/.node-gyp/18.5.0/deps/zlib -I/Users/apple/.node-gyp/18.5.0/deps/v8/include -I../../nan -I../src/libsass/include -O3 -gdwarf-2 -flto -mmacosx-version-min=10.7 -arch x86_64 -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/Cellar/node/18.5.0/bin/node’,
npm ERR! gyp verb cli ’/Users/apple/Documents/TrAdmins/quickstart/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@18.5.0 | darwin | x64
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/local/bin/python2
npm ERR! gyp verb check python version `/usr/local/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: 18.5.0
npm ERR! gyp verb command install [ ‘18.5.0’ ]
npm ERR! gyp verb install input version string “18.5.0”
npm ERR! gyp verb install installing version: 18.5.0
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: 18.5.0
npm ERR! gyp verb build dir attempting to create “build” dir: /Users/apple/Documents/TrAdmins/quickstart/node_modules/node-sass/build
npm ERR! gyp verb build dir “build” dir needed to be created? /Users/apple/Documents/TrAdmins/quickstart/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/apple/Documents/TrAdmins/quickstart/node_modules/node-sass/build/config.gypi
npm ERR! (node:59809) [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/apple/Documents/TrAdmins/quickstart/node_modules/node-sass/config.gypi
npm ERR! gyp verb common.gypi checking for gypi file: /Users/apple/Documents/TrAdmins/quickstart/node_modules/node-sass/common.gypi
npm ERR! gyp verb gyp gyp format was not specified; forcing “make”
npm ERR! gyp info spawn /usr/local/bin/python2
npm ERR! gyp info spawn args [
npm ERR! gyp info spawn args ’/Users/apple/Documents/TrAdmins/quickstart/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/apple/Documents/TrAdmins/quickstart/node_modules/node-sass/build/config.gypi’,
npm ERR! gyp info spawn args ‘-I’,
npm ERR! gyp info spawn args ’/Users/apple/Documents/TrAdmins/quickstart/node_modules/node-gyp/addon.gypi’,
npm ERR! gyp info spawn args ‘-I’,
npm ERR! gyp info spawn args ’/Users/apple/.node-gyp/18.5.0/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/apple/.node-gyp/18.5.0’,
npm ERR! gyp info spawn args ‘-Dnode_gyp_dir=/Users/apple/Documents/TrAdmins/quickstart/node_modules/node-gyp’,
npm ERR! gyp info spawn args ‘-Dnode_lib_file=/Users/apple/.node-gyp/18.5.0/<(target_arch)/node.lib’,
npm ERR! gyp info spawn args ‘-Dmodule_root_dir=/Users/apple/Documents/TrAdmins/quickstart/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 x64
npm ERR! gyp verb node dev dir /Users/apple/.node-gyp/18.5.0
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:60:
npm ERR! In file included from /Users/apple/.node-gyp/18.5.0/include/node/node.h:73:
npm ERR! In file included from /Users/apple/.node-gyp/18.5.0/include/node/v8.h:24:
npm ERR! In file included from /Users/apple/.node-gyp/18.5.0/include/node/v8-array-buffer.h:12:
npm ERR! In file included from /Users/apple/.node-gyp/18.5.0/include/node/v8-local-handle.h:12:
npm ERR! /Users/apple/.node-gyp/18.5.0/include/node/v8-internal.h:646: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<T>>::value>::Perform(data);
npm ERR! ~~~~~~~~
npm ERR! remove_cv
npm ERR! /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/v1/type_traits:715:50: note: ‘remove_cv’ declared here
npm ERR! template <class _Tp> 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/apple/Documents/TrAdmins/quickstart/node_modules/node-gyp/lib/build.js:262:23)
npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:537:28)
npm ERR! gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:291:12)
npm ERR! gyp ERR! System Darwin 21.5.0
npm ERR! gyp ERR! command ”/usr/local/Cellar/node/18.5.0/bin/node” ”/Users/apple/Documents/TrAdmins/quickstart/node_modules/node-gyp/bin/node-gyp.js” “rebuild” “-verbose” “-libsass_ext=” “-libsass_cflags=” “-libsass_ldflags=” “—libsass_library=”
npm ERR! gyp ERR! cwd /Users/apple/Documents/TrAdmins/quickstart/node_modules/node-sass
npm ERR! gyp ERR! node -v v18.5.0
npm ERR! gyp ERR! node-gyp -v v3.8.0
npm ERR! gyp ERR! not ok
npm ERR! Build failed with error code: 1
Hello there,
Thanks for reaching out to us.
Kindly use node v14.17.0 (npm v6.14.13). It should be working fine.
It is suggest to share specific question to get quick answers rather than sending a long console errors.
Best Regards, Mia
I get errors when i do npm install. What version did you use for development. I want to switch to that version to see if the errors will go away.
Hi emmy9688
Thanks for writing us
Sorry for the delay
please verify your node js version v14.17.0 and above and run
npm update npm start
Let us know if any queries
Thank you
Hi, I purchased your Roe Admin. As per your documentation i try to run the project but its giving me many errors. I am stuck how can i use it ?
Hi sadamhussain100
Thanks for writing us
Sorry for the delay
please verify your node js version v14.17.0 and above and run
npm update npm start
Let us know if any queries
Thank you
Hello,
The reactJs template for the admin dashboard application is well structured & contains a lot of components. Yet we faced some issues when customizing & re-organizing the components starting from the quickstart template.
We needed to implement out own component hierarchy in the route configuration in the dashboard layout so we can display the components as we need. As the first step we tried on the calendar component to be displayed at a nested route under the dashboard layout component, but the component was not visible nor any errors popped up in the dev-tools console. We appreciate your support on customizing the components & re-organizing them as we need in the template. It would be better if you can guide us on the specific configuration details to be tweaked in the app files when we add a new route configuration so that we can execute this re-organization process of the components as we desire in our implementation.
Thanks in advance.
Hi IndunilPathirana
Thanks for writing us
Yes, we can customize the sidebar route hierarchy fully as it’s fully flexible.
Just FYI,
We have sidebar data files where you can update the configuration for diff types of nested layouts ex. src/util/data/sidebar.jsx
Also, We have added details for configure sidebar in our offline documentation
Let us know if any queries
Thank you
hey Henley_Larson we are developing an automation system for automobile garages with nodejs, express and mongodb so can we use roe admin with external express api
Hi IndunilPathirana
No We can not use for api build.
its totally frontend app.
Hello,
The reactJs template for the admin dashboard application is well structured & contains a lot of components. Yet we faced some issues when customizing & re-organizing the components starting from the quickstart template.
We needed to implement out own component hierarchy in the route configuration in the dashboard layout so we can display the components as we need. As the first step we tried on the calendar component to be displayed at a nested route under the dashboard layout component, but the component was not visible nor any errors popped up in the dev-tools console. We appreciate your support on customizing the components & re-organizing them as we need in the template. It would be better if you can guide us on the specific configuration details to be tweaked in the app files when we add a new route configuration so that we can execute this re-organization process of the components as we desire in our implementation.
Thanks in advance.
Hello, does the scrumboard have full functionality in the final product if i purchase this? Examples of full functionality are things like ability to upload attachments, set due date, notify user that has been added to a card and things like that. Thank you
Hi RobbysoAhhh,
Thanks for writing us
Sorry for the late reply
Scrumboard has all features statically working with the react application.
You need to integrate scrumboard with your APIs and make it fully functional..
Let us know if any queries
Thank you
Ok, just to be clear. Inorder to have a dynamic working scrumboard I would need to create my own API?
Yes RobbySoAhhh
Hello Sir, I just want to ask about the RTL support for your admin Panel. if you can semd me email on draimli@storejan.com it will be much appreciated
Hi mdraimli
Thanks for writing to us.
Right now we have not implemented RTL support with theme.
For sure, We will think about it
Thank you
Hello there,
Can I check how do i support dynamic GET URLs for the routing side?
I tried routepath: ’/company/cmoverview/:companyID’,
But when I navigate to https://<url>/company/cmoverview/Company123 - the route option is not highlighted.
Hi, chongjinwei,
Thanks for writing to us.
I think it should work something like that
You need to put routes in routes/dashboardRoutes.jsx for your dynamic GET URL
Need to do required changes in src\util\data\sidebar.jsx file
These two files handle all the route section.
Let us know if any queries
Thank you!
I cannot figure out how to remove the menu from the screen after an option is clicked, in the horizontal layout. The menu still shows even after an item is selected.
Hi UnlimitedTech,
Sorry for the late reply,
We have used menu from ReactStrap Component you can easily find and customize Menu as per your need.
Let us know if any queries
Thank you.
Hello! Do you have a full .sketch (or Adobe XD) file for this template. It is necessary for me to make prototypes in future.
Hey igorfors,
Thanks for writing to us and showing your interest.
We don’t have sketch or adobe XD for this projects. __
Regards, Jack
Maybe PSD?
Hello Igorfors,
Thanks for writing us.
We have PSD but it’s very basic and initial design. However we don’t provide design file with the bundle for now. In version 2, we did many modifications but did directly in React app.
— Regards, Jack
Hi is it possible to use some of your components like chat/ kanban and todo list on my other dashboard templates?
Hii adair89,
It would be easy for you to use that component with Roe Admin.
Sure, You can try with others.
Thank you.
I purchased the ROE TEMPLATE BUT HOW DO I USE: npm cra-template-* <what is ROE ADMIN TEMPLATE NAME?>
Purchase info: Licensor’s Author Username: hexesis Licensee: Steve Johann Item Title: Roe – ReactJS Admin Dashboard Template Item URL: https://themeforest.net/item/roe-reactjs-admin-dashboard-template/23764691 Item ID: 23764691 Item Purchase Code: 3a4989b1-268c-467b-ab30-918bcb963535
Hii sjohann14,
Thanks for writing us,
We have provided offline documentation and quick_start demo as well.
You can find installation process, build process, and how to customized theme with your own with very clean details.
Let us know if any queries.
Thank you
You documentation is not clear to me. What is the command I use to install your ROE ADMIN TEMPLATE WITH REACT HOOKS? npm cra-template-????.
Hii sjohann,
Thank you for writing us,
I mentioned steps here,
1) Go to the project directory
2) npm install
3) npm start
Simple, your App will be run on localhost:3000
It is very easy bootstrap React hooks admin template with fully flexibility.
Also this steps we have included in documents if you read carefully you will find it in installation section.
Thank you.
Hello guys hope you are well and everything is going well for you!? I have a question for you if someone can answer me please ! This template is coded with React Hooks all what i want to know that we can avoid Redux in Réact hooks, we are now coding the template . but all we want for the connection part is not to use Redux is it possible to not use Redux for the login and logout part and do it differently for example with useReducer or with hooks simply . Thank you in advance for your answer. Best regards . Rostom. Purchase codes : b6eb0fcf-243c-41c7-a51a-48bdfddf27a3 – 16 Oct 2019 REGULAR LICENSE
Hello Salimbelbouab,
Thanks for writing us,
Definitely, We can implement login auth flow without redux.
Please check this document for getting more idea: https://www.freecodecamp.org/news/build-a-react-hooks-front-end-app-with-routing-and-authentication/ Github url: https://github.com/iqbal125/react-hooks-routing-auth-starter/tree/master/srcRedux provides more flexibility and security and persist the state with local storage and nobody can change local storage directly.
Secondly, Using hooks we have to store token manually in local storage. You have to use Context API, useReducer.
Let us know if any queries.
Thank you
I’m trying to use react-table server-side pagination version but for some reason any data returned back is getting slow to be set as useState. More regarding that problem here: https://stackoverflow.com/questions/59256580/react-table-slow-usestate-for-data-with-server-side-pagination
Hey, JackTheKnife
Thank you for writing us.
The Version of React table is updated, we are planning to update the version of react-tbl in next release.
We will look once what is happening and delaying to set state for tbldata.
Let us know if any queries.
Thank you.
Cool! Is this will be a big change? What I have read v7 it was re-write from scratch but no clue if that will effect a lot of changes in your theme (I have done some additional customization)
Hey, Jack
Happy to see you again,
In react-table version 7, they are providing hooks for easy configuration for table in few steps, May be, If you want to go for updating version then you should use react table new api’s.
Ref: https://github.com/tannerlinsley/react-table/blob/master/docs/api/README.md
Definitely, we have planned to update all dependency version with next version, In addition, to design More unique dashboards with analytics, statistics widgets.
Let us know if any queries
Thank you.
Hi!
Do you know when you will release version of your dashboard with v7? I have started to rewrite my grid to non-table-element layouts but it came up that all examples have layout set as a table element. Does it mean v7 was created to work mostly with that kind of layout? Also which one you will pick so in case of future updates I will be able to easy incorporate my changes.
Thanks.
Hello, Jack
Thanks for writing us,
We have planned to provide new version around 10-15 January with not only table updates but many more.
You are right, In version 7 of React table provided table layout using table elements and pass the hooks same as document they provided.
Yes, we will follow same one as per current latest document of react table.
Let us know if any queries.
Thank you
Hey Henley! I hope you had great Holidays.
I’m looking towards that day because I have hit a roadblock with moving what I have to v7. Maybe your examples will have some solution 
First – I’m not able to have a sticky header on vertical scroll (x-scroll visible all the time) when horizontal scroll on a table is present . That problem I have described here: https://spectrum.chat/react-table/general/v7-long-horizontal-table-rendering-problem~52d7e977-0b6e-4e58-8897-85f93772b91a
Second, and I thing biggest one problem, is a server-side filtering and sorting. When there are examples for pagination I’m not able to find anything regarding that matter on React-Table API docs for v7.
Hey JackTheKnife,
Sorry for the late response,
We will provide a server-side react table compatibility in the upcoming version.
Please, try to find a solution with an official document of the react table you can easily make the server-side table.
For the sticky header on vertical scroll maybe, need a few customizations.