Skip to content

Commit

Permalink
Update duplicate node_module instructions to work for both yarn and npm
Browse files Browse the repository at this point in the history
  • Loading branch information
raika-dev committed May 24, 2020
1 parent 4d23be2 commit 216270c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/bundle/Report.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,12 @@ export default function Report(props: Props) {

<div>
<p>
Run <code>{`npm ls <package_name>`}</code> with the duplicated
module name to see the associations between duplicated modules.
Run <code>{`(npm or yarn) list <package_name>`}</code> with the
duplicated module name to see the associations between duplicated
modules.
</p>
<p>
To learn more, check out{" "}
To prevent this automatically see{" "}
<a
target="_blank"
rel="noopener noreferrer"
Expand Down

0 comments on commit 216270c

Please sign in to comment.