Banned dependency "userge" detected
craigspaeth
PROOP

a year ago

My deploy is failing because of a "userge" dependency that definitely isn't a dependency in my code base.

When I run grep -r "userge" I get nothing but when I run grep -r -i "userge" I get a bunch of node modules that refer to userGesture.

A quick web search pulls up other folks having a problem of banned keywords in their README files (e.g. https://www.answeroverflow.com/m/1189846440852340756). The reported solution in these cases are "remove the keyword from your README"—which of course is unviable here as these are deeply nested third party dependencies that aren't checked in to source code.

Are there any docs on how to configure this ban list or what is your suggested solution here?

View Deploy details

ⓘ Deployment information is only viewable by project members and Railway employees.

Solved

2 Replies

craigspaeth
PROOP

a year ago

Nevermind. Looks like Railway doesn't like READMEs? It saw UserGenerated as a userge dependency. Noted I will leave the README file empty.


craigspaeth
PROOP

a year ago

Also I can't find a close button on this thread so feel free to close it.


Status changed to Solved brody over 1 year ago


Loading...