storefront-nuxt3-boilerplate startup issues
I have downloaded the nuxt3 boilerplate and i'm attempting to start it up from the root directory, however i'm getting this error root task dev (turbo run dev) looks like it invokes turbo and might cause a loop.
Am i suppose to start it from the web directory?
6 Replies
hi, I'm not sure what error you are talking about, please provide more screenshots etc
thats when I run npm run dev from the root directory
try running
yarn dev
or npm run dev
,depending on your package manager, from the root.i did npm run dev and the above message appears
its from the project root not the web directory
I see, try using yarn instead. I know we have some of our projects that require yarn. And looking at the readme, it looks like this is the case here.
I'm going to keep tinkering with it thank you