gulpjs / findup-sync

Find the first file matching a given pattern in the current directory or the nearest ancestor directory.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Conflict when using 'esm' module

tracker1 opened this issue · comments

trying to use this in conjunction with the 'esm' module..

node -r esm

> var fu = require('findup-sync')

drops out of node at time of require.

Hey @tracker1, been awhile. Do you have any more debug info?

@phated not really, took me a while just to narrow it down to the issue I was having... I was only looking for package.json, and for now, just switched to use path.join(process.cwd, 'package.json') which works for my needs at the moment. It's really weird and that the whole world just seems to stop, and poof, no longer inside node.

@phated Need to get to a nodeaz meetup soon, been too long.

I think I've found the issue.

Seems esm isn't playing nice with https://github.com/jonschlinkert/resolve-dir.