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

Require Node.js 8, return undefined instead of null, add TypeScript definition #7

Merged
merged 3 commits into from
Apr 16, 2019
Merged

Require Node.js 8, return undefined instead of null, add TypeScript definition #7

merged 3 commits into from
Apr 16, 2019

Conversation

BendingBender
Copy link
Contributor

@BendingBender BendingBender commented Apr 14, 2019

@sindresorhus Currently, tests fail because npm@5 started to link packages installed from local paths (ones with file: urls) in contrast to older versions of npm which copied such packages over to node_modules.

I'm not sure how you would prefer to resolve this. Should we just manually copy the fixture package over to node_modules? Do you know of a better solution?

Waiting for sindresorhus/resolve-from#12.

@BendingBender BendingBender changed the title Require Node.js 8, return undefined instead of null, add TypeScript definition WIP: Require Node.js 8, return undefined instead of null, add TypeScript definition Apr 14, 2019
@BendingBender BendingBender changed the title WIP: Require Node.js 8, return undefined instead of null, add TypeScript definition Require Node.js 8, return undefined instead of null, add TypeScript definition Apr 15, 2019
@sindresorhus
Copy link
Owner

Should we just manually copy the fixture package over to node_modules?

👍

package.json Outdated Show resolved Hide resolved
@sindresorhus sindresorhus merged commit 0a350ed into sindresorhus:master Apr 16, 2019
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.

2 participants