Skip to content

Conversation

@rgerd
Copy link
Member

@rgerd rgerd commented Apr 27, 2021

This adds documentation to the README telling folks to uninstall the local npm modules in the PackageTest apps so the package-lock doesn't throw an error when they try to run npm install.

fixes #202

@rgerd rgerd requested review from chrisfromwork and ryantrem April 27, 2021 17:26

We have seen issues when using npm 7+ to install local symbolic linked npm packages. For this reason, we suggest using npm 6.13 for BabylonReactNative development. To install npm 6.13, run the following command:

`npm install -g npm@6.13`
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think Github might've deleted the newline at the end of the file? I edited this using the site UX

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sounds good

@rgerd rgerd merged commit 6be9804 into master Apr 27, 2021
@rgerd rgerd deleted the npm-pack-uninstall-doc branch April 27, 2021 18:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Need a story for locally testing npm pack

3 participants