twittwer / nx-tools

Workspace for Nx Plugins.
40 stars 7 forks source link

Error during /***/***/my-project/libs/shared/ui/package.json read #59

Closed jogelin closed 2 years ago

jogelin commented 2 years ago

It seems that the library is trying to read my package.json but it is trying to read it at my library root location instead of my project root location:

[11:16:35] Error during /***/***/my-project/libs/shared/ui/package.json read

[11:16:35] Continuing without package.json file

Any idea why?

This is my config:

"compodoc": {
      "executor": "@twittwer/compodoc:compodoc",
      "outputs": ["{options.outputPath}"],
      "options": {
        "tsConfig": "libs/shared/ui/tsconfig.lib.json",
        "outputPath": "dist/compodoc/shared-ui",
        "exportFormat": "json"
      },
      "configurations": {
        "watch": {
          "watch": true
        }
      }
    }
twittwer commented 2 years ago

Duplicate of https://github.com/compodoc/compodoc/issues/1174

I would close the issue here, to keep the discussion at one place.