epicweb-dev / epicshop

The workshop app for all workshops on EpicWeb.dev

Home Page:https://www.epicweb.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

.npmrc is not present in playground folder

martijnsenden opened this issue · comments

I tried to run npm install in the playground folder from the office. I got an error because we use a custom npm registry in Nexus at work. It didn't have all the dependencies npm was trying to install. I easily solved it by copying the .npmrc from the project's root to the playground folder. Maybe having the .npmrc in the playground by default would be good?

That's probably a reasonable idea. Either that or I wonder if there's a way for me to detect when you run npm install in the playground directory so I can say "don't do this!" 😅

Ah, I was a bit confused about how to get working with the playground, but then noticed that it's all accessible through the main app.