Hey there,

Thanks for the great theme, one issue I encountered on later versions after 7.x.3.3, is that after running npm run setup I still can't use gulp and end up with some bootstrap errors since I still need to run

bower install

to download bower components required by the theme to be able to run gulp with no error, So if possible please update the main page Quick Start guide

Thanks a lot.

Comments

doxigo created an issue. See original summary.

shadcn’s picture

Assigned: Unassigned » shadcn
Status: Active » Needs work

npm run setup is a shortcut to run both npm install and bower install. We'll take a look as to why it might not have worked.

doxigo’s picture

Title: Update module's page Quick Start guide » Bower Install Permission Issue
Component: Documentation » Miscellaneous
Status: Needs work » Fixed

The issue was on my end and I was encountering the following error:

EACCES: permission denied, open '/Users/username/.config/configstore/bower-github.json'

node needed more permission, check this thread if you have the same issue

shadcn’s picture

Thanks for updating the thread with the solution @doxigo.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.