I am trying to install the FDK on a Windows 10 machine using the steps listed for Chocolatey. I have reviewed multi documents and not matter what I try when I try to run FDK, I always get:
node:internal/modules/cjs/loader:998
throw err;
^
Error: Cannot find module ‘C:\Users\rskurnick\AppData\Roaming\npm\node_modules\fdk\index.js’
←[90m at Module._resolveFilename (node:internal/modules/cjs/loader:995:15)←[39m
←[90m at Module._load (node:internal/modules/cjs/loader:841:27)←[39m
←[90m at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:81:12)←[39m
←[90m at node:internal/main/run_main_module:23:47←[39m {
code: ←[32m’MODULE_NOT_FOUND’←[39m,
requireStack:
}
Node.js v18.12.1
Any help would be appreciated.
Thank you!
- Richard