-
Notifications
You must be signed in to change notification settings - Fork 25k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Using RN from master in a project I get duplicate module errors because of npm shrinkwrap. react-native uses [email protected] (even if the dependency is ^0.6.0 the shrinkwrap forces it to 0.6.0) but [email protected] uses [email protected] which lead to duplicate haste modules.
I don't know much about the usefulness of the npm shrinkwrap but should we remove it to avoid these errors or should node haste support multiple versions of the same module? Using a branch without the npm-shrinkwrap.json file fixes the issue.
cc @skevy
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.