jpkha / nextjs13-storyblok

https://nextjs13-storyblok.vercel.app
32 stars 9 forks source link

Missing dependency #4

Closed cgpro closed 1 year ago

cgpro commented 1 year ago

When I run a fresh setup, there is still one package missing: storyblok-js-client Maybe you'll add it.

jpkha commented 1 year ago

@cgpro thank you for raising issue. I just tried to run a fresh setup but I did not get any issue. The missing dependency should be install automatically because storyblok-js-client is known as dependencies in @storyblok/js package.json.

Could you give me your scenario ? Do you use npm or yarn ?

cgpro commented 1 year ago

Ah, I think storyblok CLI was missing on my system. It works without the global cli-package, but I have to install storyblok-js-client independently.