Did something recently change with the way Local handles NODE_ENV?
I’ve started running into an issue that when I use the “Open site shell” feature I can no longer run ‘npm install’ correctly without manually setting the NODE_ENV to ‘development’. (Otherwise it skips devDependencies)
I’ve never had to do this before until today and I know there were a few updates recently, curious if this was a Local change or do I need to look elsewhere?
Do you remember the last time this worked? I thought this was always the case to be honest so I’m curious when it may have been different for you. It’s possible something changed for awhile and then reverted and I didn’t know but I can’t find any references to that internally.