strapi icon indicating copy to clipboard operation
strapi copied to clipboard

Contribution documentation is misleading

Open ilnytskyi opened this issue 1 year ago • 1 comments

Bug report

Required System information

  • Node.js version:
  • NPM version:
  • Strapi version:
  • Database:
  • Operating system:
  • Is your project Javascript or Typescript:

Describe the bug

A clear and concise description of what the bug is.

When following step 5 it throws an error Usage Error: Couldn't find a script named "develop".

cd ./packages/core/admin
yarn develop

Steps to reproduce the behavior

  1. Go to CONTRIBUTING.md
  2. Follow steps till 5
  3. Try step 5
  4. See error Usage Error: Couldn't find a script named "develop".

Expected behavior

Contribution version of repo works as expected or documentation updated on how to work with dev version of strapi.

Screenshots

image

Code snippets

The package json does not contain the script suggested in documentation

ilnytskyi avatar Jan 27 '24 16:01 ilnytskyi

Facing this issue. Any update on this?

deepak41 avatar Feb 03 '24 05:02 deepak41

I found the same issue, I noticed the develop command was removed on this commit

Apparently we need to use yarn watch now, that is what I am trying.

ls-ramos avatar Mar 16 '24 19:03 ls-ramos

This issue has been mentioned on Strapi Community Forum. There might be relevant details there:

https://forum.strapi.io/t/how-to-contribute-to-strapi-unable-to-see-changes-made-to-the-admin-package/36811/1

strapi-bot avatar Mar 18 '24 19:03 strapi-bot