.gitignore isn't in npm
Closed this issue · 0 comments
sameubank commented
The radedit
module has a .gitignore
that ignores node_modules
, which for now, prevents radedit.loader
from walking its dependencies. However, .git*
is in .npmignore
, so it doesn't get installed, and radedit
ends up walking its dependencies and throwing a boatload of errors.