wahnsinn’s avatarwahnsinn’s Twitter Archive—№ 5,317

    1. My tests with @yarnpkg instead of #npm were fine, until I found out, #yarn always validates devDependencies: github.com/yarnpkg/yarn/issues/3630 That ends in an error in my deployment container, because I have one devDependency, requiring a special node version.
  1. …in reply to @wahnsinn
    Switched back to #npm and deployment runs like a charm. Without trying to do anything with the devDependencies. Just like it should.