webdevsuperfast / bootstrap-for-genesis

An awesome Genesis Framework child theme using Bootstrap 4
58 stars 26 forks source link

Issue with remote smartmenu repo and npm install #6

Closed christooma closed 6 years ago

christooma commented 6 years ago

Couldn't get npm install to work, was always getting an error related to usr/bin/git checkout 1.1.0. Turns out the remote repo for smartmenus is the culprit. Removing that and manually installing smartmenus with npm fixed it - allowing me to npm install all dependencies for this theme.

webdevsuperfast commented 6 years ago

@christooma I'm using Yarn to install dependencies and have not had any issues installing dependencies. Haven't tried installed using npm install.