Unverified Commit e18192ea authored by Mario Rodas's avatar Mario Rodas Committed by GitHub
Browse files

Merge pull request #192817 from pbsds/polaris-web-fix-parcel

polaris-web: fix breakage due to nodejs v16->v18 upgrade
parents 6e501343 6fbc9b6f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -51,6 +51,9 @@ stdenv.mkDerivation rec {

      export PATH="${nodeDependencies}/bin:${nodejs}/bin:$PATH"

      # https://github.com/parcel-bundler/parcel/issues/8005
      export NODE_OPTIONS=--no-experimental-fetch

      ln -s ${nodeDependencies}/lib/node_modules .
      npm run production