Closed guiguan closed 7 years ago
Hi @guiguan. There are no guarantees that the plugins/npm
image has everything needed to run any publish
steps. See #5 .
@donny-dont Maybe append to exist .npmrc
instead of overwriting it?
unsafe-perm = true
is really handy for root docker environment :P
When running under root, some script in
prepublish
might causecannot run in wd %s %s (wd=%s)
error.Can you add
unsafe-perm = true
to the.npmrc
to fix this issue?