A design system built by IBM. https://www.carbondesignsystem.com
People
Repo info
Activity
TJ Egan
@tw15egan
👋
Audrey Moon
@lovemecomputer
hello everyone!
DAK
@dakahn
🧛🏽♂️Hi!
Josh Black
@joshblack
👋
Julian
@julzmon
Suuuup
DAK
@dakahn
Hello all!
So far we've got a preeetty welcoming community here. I like it.
Audrey Moon
@lovemecomputer
way better than myspace
DAK
@dakahn
🚀 👋🏽
_
Kimberly Andersson
@kimberlyandersson
Hi!
Josh Black
@joshblack
Hi @kimberlyandersson ! 👋
hshockley
@hshockley
Hello, getting this error when building through WSL. Still able to run storybook on the react package but unsure what is causing this:
DAK
@dakahn
Hi! 👋🏽 Could you post more of your terminal output here?
@hshockley
Also is this a fresh clone -- or one that was previously accessed by a Windows non-WSL environment?
hshockley
@hshockley
Just got a fresh clone and I am getting the same error. I also had troubles with yarn install as it was having access errors or failing to see modules that were there.
DAK
@dakahn
Can you post a little more of your terminal output here so I can help debug?
hshockley
@hshockley
DAK
@dakahn
This output is during the yarn install or yarn build step?
is this the errors from install?
hshockley
@hshockley
Those errors are from yarn install
The first screenshot I posted is from yarn build
DAK
@dakahn
can you post the whole output -- specifically I want to see the command you're running and from what directory its running in 👍🏽
hshockley
@hshockley
DAK
@dakahn
but that's after a yarn install with errors, right?
going through our install steps on my WSL env now
hshockley
@hshockley
Yeah, it's after a yarn install with errors. Tried npm i and then sudo npm i which seemed to work without producing any errors.
DAK
@dakahn
the sudo npm is probably where you're getting permission issues. this project requires Yarn. We use Yarn Workspaces to manage dependencies between the repos
hshockley
@hshockley
sudo npm was used after getting errors with yarn install but I will start over again and report back
DAK
@dakahn
Okay cool!
post the output of yarn install when you get there 👍🏽