Skip to content

Need a story for locally testing npm pack #202

@rgerd

Description

@rgerd

(#200) introduced a change to the @babylon/react-native and @babylon/react-native-windows npm modules. Every change to the modules also changes their checksums (see 7ca1e79), and without revving the version number, npm install will fail in the PackageTest apps, because the checksum stored in the package-lock.json doesn't match for "version 0.0.1". This is to be expected, and will occur for any changes made to our npm packages.

I'm open to other suggestions, but I think the best way to fix this would be:
Delete + gitignore the package-lock.json files in the PackageTest apps, and write documentation that says to install modules in the PackageTest app with npm install --no-package-lock.

Metadata

Metadata

Assignees

Labels

dev work flowonly affects developer work flow

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions