ForgeRock / platform-ui

MIT License
6 stars 9 forks source link

coa #3

Open ghost opened 2 years ago

ghost commented 2 years ago

coa needs to be listed in resolutions or a yarn install will fail.

[4/4] Building fresh packages...
[1/9] ⠐ core-js-pure
[2/9] ⠈ node-sass
[6/9] ⠈ coa
[4/9] ⠈ core-js
error C:\Workspace\platform-ui\node_modules\coa: Command failed.
Exit code: 1
Command: start /B node compile.js & node compile.js
Arguments:
Directory: C:\Workspace\platform-ui\node_modules\coa
Output:
internal/modules/cjs/loader.js:883
  throw err;
  ^

Error: Cannot find module 'C:\Workspace\platform-ui\node_modules\coa\compile.js'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:880:15)
    at Function.Module._load (internal/modules/cjs/loader.js:725:27)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:72:12)
    at internal/main/run_main_module.js:17:47 {
  code: 'MODULE_NOT_FOUND',
  requireStack: []
}
internal/modules/cjs/loader.js:883
  throw err;
  ^

Node: v14.16.1 Yarn: 1.22.15