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 have the following github actions file. If anyone can help me figure out why pnpm is failing or where the pnpm install --frozen-lockfile command is even coming from, as it is not in my github actions file
Whenever I make a change I get this error on the nx cloud interface. Im not sure where this step is or why it fails. Even changing the package manager from pnpm to npm or yarn does not fix the issue as it always tries to run this pnpm install --frozen-lockfile command for some reason, if anyone can help I would be most grateful.
Installing dependencies using pnpm
2 Running command: pnpm install --frozen-lockfile
3
4 WARN Ignoring not compatible lockfile at /home/workflows/workspace/pnpm-lock.yaml
5 ERR_PNPM_NO_LOCKFILE Cannot install with "frozen-lockfile" because pnpm-lock.yaml is absent
6
7 Note that in CI environments this setting is true by default. If you still need to run install in such cases, use "pnpm install --no-frozen-lockfile"
8 node:child_process:965
9 throw err;
10 ^
11
12 Error: Command failed: pnpm install --frozen-lockfile
13 at checkExecSyncError (node:child_process:890:11)
14 at execSync (node:child_process:962:15)
15 at Object.<anonymous> (/tmp/2235265147:9:3)
16 at Module._compile (node:internal/modules/cjs/loader:1376:14)
17 at Module._extensions..js (node:internal/modules/cjs/loader:1435:10)
18 at Module.load (node:internal/modules/cjs/loader:1207:32)
19 at Module._load (node:internal/modules/cjs/loader:1023:12)
20 at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:135:12)
21 at node:internal/main/run_main_module:28:49 {
22 status: 1,
23 signal: null,
24 output: [ null, null, null ],
25 pid: 95,
26 stdout: null,
27 stderr: null
28 }
29
30 Node.js v20.11.1
Package Manager Version
pnpm 9.14.2
Operating System
macOS
Linux
Windows
Other (Please specify)
Additional Information
No response
The text was updated successfully, but these errors were encountered:
Current Behavior
I have the following github actions file. If anyone can help me figure out why pnpm is failing or where the
pnpm install --frozen-lockfile
command is even coming from, as it is not in my github actions fileWhenever I make a change I get this error on the nx cloud interface. Im not sure where this step is or why it fails. Even changing the package manager from pnpm to npm or yarn does not fix the issue as it always tries to run this
pnpm install --frozen-lockfile
command for some reason, if anyone can help I would be most grateful.Expected Behavior
CI runs should pass
GitHub Repo
No response
Steps to Reproduce
Nx Report
Failure Logs
Package Manager Version
pnpm 9.14.2
Operating System
Additional Information
No response
The text was updated successfully, but these errors were encountered: