question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Issue when trying extend a design from the monorepo

See original GitHub issue

What seems to be the problem?

After running yarn kickstart from the monorepo fork for extending a pattern from the link below causes an error of incompatible modules

https://freesewing.dev/howtos/code/extend-pattern

Are you a FreeSewing patron?

  • Yes, I am 🤗
  • No, I am not 🤔

Additional context image

This was found when trying to make bob the bib with #1615 extending the tutorial pattern

Can anyone please advise?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
joostdecockcommented, Jan 27, 2022

@nicholasdower all READMEs are auto-generated. That’s why the changes were overwritten (and will be overwritten again).

Edit config/templates/readme.main.md instead to update the main README.

The entire templates folder should give you an idea of other things that are auto-generated (package.json, READMEs for packages, rollup config, tests, …)

0reactions
nicholasdowercommented, Jan 28, 2022

Thank you both for taking a look at this & your guidance on how to resolve it. Definitely a duplicate of #1708, JavaScript is not our specialty but we hope to get better at it and understand the intricacies of it through this project!

Same here! I hope you got it working. Please let me know if not.

Read more comments on GitHub >

github_iconTop Results From Across the Web

5 Common Problems with MonoRepos and How to Fix Them
These are the 5 most common problems I've found with monorepos and my suggestions on how to either fix them or prevent them...
Read more >
A Guide to Monorepos for Front-end Code - Toptal
A monorepository is a code management and architectural concept whereby you keep all your isolated bits of code in one super repository instead...
Read more >
What is monorepo? (and should you use it?) - Semaphore CI
A monorepo is a version-controlled code repository that holds many projects. While these projects may be related, they are often logically ...
Read more >
Working with multiple monorepos #5426 - yarnpkg/yarn - GitHub
In the extension repo, i would like to work against the local Theia repo. One important thing that we cannot allow duplicated packages...
Read more >
Issues building a TypeScript monorepo project - Stack Overflow
Found 12 errors. I have also tried this tsconfig.json for koas-status-code : { "extends" ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found