DashboardPack / architectui-react-theme-free

ArchitectUI React admin template is a simple yet fully customizable admin dashboard for web apps and other software.
https://dashboardpack.com/theme-details/architectui-dashboard-react-pro/
MIT License
126 stars 106 forks source link

error with "npm install" #4

Closed williamzv closed 3 years ago

williamzv commented 5 years ago

MacOS 10.14.5 npm ERR! code ELIFECYCLE npm ERR! errno 1 npm ERR! node-sass@4.12.0 postinstall: node scripts/build.js npm ERR! Exit status 1 npm ERR! npm ERR! Failed at the node-sass@4.12.0 postinstall script. npm ERR! This is probably not a problem with npm. There is likely additional logging output above.

2019-07-11T01_12_34_063Z-debug.log

sublimedatasys commented 4 years ago

@williamzv , It seems that node-sass is not able to find the binary file. try rebuilding the node-sass, Run this command "npm i node-sass rebuild".

Thank you.