Skip to content

.cfignore file causing problems with the npm package tmp #45

@pmuellr

Description

@pmuellr

I just got a report that the .cfignore file in this repo is causing a problem when trying to use the npm package tmp.

node-cfenv/.cfignore

Lines 1 to 3 in 4103a3e

tmp
lib-src

I suppose that's kinda expected, and unfortunate, but I wonder how a .cfignore file in one package could impact another, unless that package is somehow installed underneath this one - it might be, from one of the other pre-reqs of this package. 🤷

Anyhoo, it's probably a bit overkill to have this .cfignore file in here anyway, as it's used when you push this repo up as a CF app itself, to test it. It can live with some extra stuff ...

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions