bloom icon indicating copy to clipboard operation
bloom copied to clipboard

Error running styleguide locally because of missing modules

Open weedgrease opened this issue 5 years ago • 0 comments

Hey there!

I followed the following steps using yarn 1.15.2 starting in the main repo directory:

yarn install yarn run build cd styleguide/ yarn run start

I get the following error:

Failed to compile.

./src/components/SiteHeader/SiteHeader.js
Module build failed: Error: Cannot find module 'eslint-visitor-keys'

Every time I run yarn run start in that directory, I get a different error:

Failed to compile.

./src/screens/Design/Iconography.js
Module build failed: Error: ENOENT: no such file or directory, lstat '/mnt/c/Users/Kevin/Documents/Repositories/bloom/node_modules/axobject-query/lib/etc/objects/BannerRole.js'
Referenced from:

Strangely, after trying 5-6 times, it successfully ran.

weedgrease avatar Jun 07 '19 03:06 weedgrease