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.

Question: Can lerna add support for npm RFC 10?

See original GitHub issue

Hello 👋

I have only briefly used lerna so I’m asking a question before making a full feature request.

Is it feasible for lerna to support npm RFC 10?

I ask because I’m not sure if lerna ever modifies the /packages/<name>/package.json file.

My guess is that lerna create would be a good place to create package.json with the proper repository and directory key defined (thus supporting RFC 10).

Thoughts? 😄

Issue Analytics

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

github_iconTop GitHub Comments

2reactions
evocateurcommented, Feb 15, 2019

I added repository.directory fields to Lerna itself in aec5023a

1reaction
styflecommented, Apr 16, 2019

@evocateur Thanks, I am not able to PR right not but I am currently using lerna in a real project so maybe soon 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Is Lerna needed anymore with NPM 7.0.0's workspaces?
I've written an article that goes deeper into the configuration in case you want to move to a monorepo with npm7, so working...
Read more >
Managing Monorepo using Lerna and Yarn workspaces
lerna create is a command to add a new package to be managed in Monorepo. % npx lerna create @kintone/rest-api-client. Installing an npm...
Read more >
@lerna/add - npm
When run, this command will: Add package to each applicable package. Applicable are packages that are not package and are in scope; Bootstrap...
Read more >
RFC: Monorepo support - Development - ReScript Forum
The latest rescript-vscode release unfortunately broke resolving the rescript binary path for npm or yarn workspace projects (also called ...
Read more >
4 packages are looking for funding run `npm fund` for details 2 ...
npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. added 67...
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