DashboardPack / architectui-react-theme-free

ArchitectUI React admin template is a simple yet fully customizable admin dashboard for web apps and other software.

Home Page:https://dashboardpack.com/theme-details/architectui-dashboard-react-pro/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error with "npm install"

williamzv opened this issue · comments

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

@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.