Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Npm ignores files and folders named "core" by default #1767

Merged
merged 1 commit into from
Feb 14, 2019

Conversation

RomainMuller
Copy link
Contributor

Since the release of npm@6.8.0, a version of npm-packlist is
included that introduces a behavior to ignore anything named "core" by
default.

Added !core to the .npmignore file as a work around, and also more
strictly pinned the npm version to auto-upgrade to so we don't get
surprised in this kind of way anymore.

Cause: npm/npm-packlist#24

Since the release of `npm@6.8.0`, a version of `npm-packlist` is
included that introduces a behavior to ignore anything named "core" by
default.

Added `!core` to the `.npmignore` file as a work around, and also more
strictly pinned the `npm` version to auto-upgrade to so we don't get
surprised in this kind of way anymore.

Cause: npm/npm-packlist#24
@RomainMuller RomainMuller requested a review from a team as a code owner February 14, 2019 14:24
Copy link
Contributor

@rix0rrr rix0rrr left a comment

Choose a reason for hiding this comment

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

Npm is not my favorite tool

@RomainMuller RomainMuller merged commit 42876e7 into master Feb 14, 2019
@RomainMuller RomainMuller deleted the rmuller/fix-broken-build-missing-core branch February 14, 2019 14:31
@NGL321 NGL321 added the contribution/core This is a PR that came from AWS. label Sep 27, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution/core This is a PR that came from AWS.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants