Can't start frappe app in my local system

FRAPPE_ENV=production node rollup/build.js --app library_management
This command throwing me an error

Error: Cannot find module ‘frappe-bench/rollup/build.js’
at Function.Module._resolveFilename (internal/modules/cjs/loader.js:902:15)
at Function.Module._load (internal/modules/cjs/loader.js:746:27)
at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:76:12)
at internal/main/run_main_module.js:17:47 {
code: ‘MODULE_NOT_FOUND’,
requireStack: []
}

OS: MAC M1
I completed frappe installation guide and have yarn and node in my system . I don’t face any problem to start bench. I didn’t find any solutions.

Please suggest .

Thank you