Using pnpm as package manager #7290
-
I am trying to use -----> Set main to DOKKU_DEPLOY_BRANCH.
-----> Cleaning up...
-----> Building dev-app.embassies.com from herokuish
-----> Adding BUILD_ENV to build environment...
BUILD_ENV added successfully
-----> Node.js app detected
-----> Creating runtime environment
NPM_CONFIG_LOGLEVEL=error
NODE_VERBOSE=false
NODE_ENV=production
NODE_MODULES_CACHE=true
-----> Installing binaries
engines.node (package.json): 20.x
engines.npm (package.json): unspecified (use default)
Resolving node version 20.x...
Downloading and installing node 20.18.0...
Using default npm version: 10.8.2 This is with a When adding {
"name": "example-app",
"description": "a really cool app",
"version": "1.0.0",
"packageManager": "pnpm@9.0.5"
} {
"name": "example-app",
"description": "a really cool app",
"version": "1.0.0",
"engines": {
"pnpm": "9.0.5"
}
} I also have no special build pack enabled. What am I doing wrong? user@redacted:~$ dokku buildpacks:report
=====> redacted.com buildpacks information
Buildpacks computed stack: gliderlabs/herokuish:latest-20
Buildpacks global stack:
Buildpacks list:
Buildpacks stack: |
Beta Was this translation helpful? Give feedback.
Answered by
josegonzalez
Oct 22, 2024
Replies: 1 comment 1 reply
-
Update for those facing the same issue: upgrading to dokku |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The update probably forced a herokuish update, which pulled in a newer buildpack version with pnpm support.