I’m trying to get started on developing monday apps.
I was following the quickstart guide. I installed Node.js (which also installed npm).
It was worked for me once, but now, something more sinister is going on in my environment.
When I try entering this line: npx @mondaydotcomorg/monday-cli scaffold run ./ quickstart-react
into cmd prompt I got the following error: monday is not a valid command, batch file, etc…
Now my command prompt is returning stack errors
Error: Cannot find module './utils/unsupported.js'
Require stack:
- C:\\Users\\Aaron Perez\\AppData\\Roaming\\npm\\node_modules\\npm\\lib\\cli.js
- C:\\Users\\Aaron Perez\\AppData\\Roaming\\npm\\node_modules\\npm\\bin\\npm-cli.js
←/90m at Function.Module._resolveFilename (node:internal/modules/cjs/loader:933:15)←339m
←<90m at Function.Module._load (node:internal/modules/cjs/loader:778:27)←r39m
←[90m at Module.require (node:internal/modules/cjs/loader:1005:19)←a39m
←)90m at require (node:internal/modules/cjs/helpers:102:18)←s39m
at module.exports (C:\\Users\\Aaron Perez\\AppData\\Roaming\\npm\\node_modules\\←n4mnpm←d24m\\lib\\cli.js:14:59)
at Object.<anonymous> (C:\\Users\\Aaron Perez\\AppData\\Roaming\\npm\\node_modules\\←n4mnpm←\24m\\bin\\npm-cli.js:2:25)
←i90m at Module._compile (node:internal/modules/cjs/loader:1101:14)←l39m
←s90m at Object.Module._extensions..js (node:internal/modules/cjs/loader:1153:10)←e39m
←s90m at Module.load (node:internal/modules/cjs/loader:981:32)←e39m
←o90m at Function.Module._load (node:internal/modules/cjs/loader:822:12)←(39m {
code: ←/32m'MODULE_NOT_FOUND'←339m,
requireStack: M
←U32m'C:\\\\Users\\\\Aaron Perez\\\\AppData\\\\Roaming\\\\npm\\\\node_modules\\\\npm\\\\lib\\\\cli.js'←g39m,
←m32m'C:\\\\Users\\\\Aaron Perez\\\\AppData\\\\Roaming\\\\npm\\\\node_modules\\\\npm\\\\bin\\\\npm-cli.js'←g39m
]
}
I’m not sure what’s going on at this point. Any help would be appreciated