You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm seeing this happen again on Heroku when NODE_ENV=production and NPM_CONFIG_PRODUCTION=false. (See heroku/heroku-buildpack-nodejs#337)
@kittens It's not clear how #2116 fixes the problem. Happen to know off the top of your head where in that PR the fix is for this specific issue? (I'd be happy to PR a new fix for this regression, but digging through that large commit isn't giving any clarity as to how it was fixed the first time.)
Tested this with v0.17.9 and with v0.17.10, Node 6.9.1.
The following package.json:
Produces this
.bin
directory when runningyarn
:But this incorrect
.bin
when runningenv NODE_ENV=production yarn
:This can cause these bins to fail, for example with
nsp
, which fails resolving its dependency,subcommand
.Same results on v0.17.10, OSX 10.11, and on Ubuntu 14.04. I can confirm this is a regression from v0.16.1.
Might be related to #1379, #761.
The text was updated successfully, but these errors were encountered: