flatlogic / react-dashboard

🔥React Dashboard - isomorphic admin dashboard template (React.js, Bootstrap, Node.js, GraphQL, React Router, Babel, Webpack, Browsersync) 🔥

Home Page:https://flatlogic.com/admin-dashboards/react-dashboard/demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error python

PerspectivesLab opened this issue · comments

on windows with node 8, with a 'npm install' node gyp is looking for python as an env variable, even after installing python, still cant install

i figured out the prob: node gyp is only compatible with python 2.7 !

commented

I too was hitting the node gyp error.
It looks like the sqlite3 and node-sass versions in the package.json were using node-gyp. Removed node-modules, yarn.lock, removed sqlite3 and node-sass from package and did yarn add whatever later version of those packages. so far so good, app is started.
nodejs/node-gyp#193