strapi / strapi-starter-vue-blog

Strapi Starter Vue Blog
https://strapi.io/blog/build-a-blog-with-vue-strapi-and-apollo
65 stars 24 forks source link

seed script does not exist in backend package.json #5

Closed Neci92 closed 4 years ago

Neci92 commented 4 years ago

After running yarn develop:yarn i get error message: yarn run v1.21.1 $ yarn seed:yarn && npm-run-all -p develop:yarn:* $ cd backend && yarn seed error Command "seed" not found. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command. error Command failed with exit code 1. info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.

Mcastres commented 4 years ago

Sorry @Neci92 , I changed the way you start your servers. Please refer to the new documentation :)