dluettel
Elite Observer

Angular-Demo

Jump to solution

Hallo Zusammen,

ich versuche das gerade die Angular.js Demo von e-Spirit ans laufen zu bekommen, aber leider funktioniert das nicht so ganz.

Ich habe einmal die Source von e-Spirit erhalten und einmal die package.json.

Zusätzlich mal mein Projekt, aber es läuft nicht.

Your global Angular CLI version (6.2.4) is greater than your local

version (6.2.3). The local Angular CLI version is used.

To disable this warning use "ng config -g cli.warnings.versionMismatch false".

Local workspace file ('angular.json') could not be found.

Error: Local workspace file ('angular.json') could not be found.

    at WorkspaceLoader._getProjectWorkspaceFilePath (/Users/luettel/Entwicklung/FirstSpirit/TPP/demo/node_modules/@angular/cli/models/workspace-loader.js:44:19)

    at WorkspaceLoader.loadWorkspace (/Users/luettel/Entwicklung/FirstSpirit/TPP/demo/node_modules/@angular/cli/models/workspace-loader.js:31:21)

    at ServeCommand._loadWorkspaceAndArchitect (/Users/luettel/Entwicklung/FirstSpirit/TPP/demo/node_modules/@angular/cli/models/architect-command.js:201:32)

    at ServeCommand.<anonymous> (/Users/luettel/Entwicklung/FirstSpirit/TPP/demo/node_modules/@angular/cli/models/architect-command.js:53:25)

    at Generator.next (<anonymous>)

    at /Users/luettel/Entwicklung/FirstSpirit/TPP/demo/node_modules/@angular/cli/models/architect-command.js:7:71

    at new Promise (<anonymous>)

    at __awaiter (/Users/luettel/Entwicklung/FirstSpirit/TPP/demo/node_modules/@angular/cli/models/architect-command.js:3:12)

    at ServeCommand.initialize (/Users/luettel/Entwicklung/FirstSpirit/TPP/demo/node_modules/@angular/cli/models/architect-command.js:52:16)

    at Object.<anonymous> (/Users/luettel/Entwicklung/FirstSpirit/TPP/demo/node_modules/@angular/cli/models/command-runner.js:127:23)

Gruß

Daniel

0 Kudos
13 Replies

Hallo Emre,

vielen Dank.

Leider klappt es immer noch nicht. Hast du vielleicht einmal Zeit für ein Telefonat?

Im Anhang das Log.txt und das Zip-File des Projektes.

Gruß

Daniel

0 Kudos
neumann
Crownpeak employee

Bitte leg im Ordner noch eine Datei mit dem Namen .angular-cli.json an und füg den folgenden Inhalt hinzu

{

  "$schema": "./node_modules/@angular/cli/lib/config/schema.json",

  "project": {

    "name": "demo-app"

  },

  "apps": [

    {

      "root": "src",

      "outDir": "dist",

      "assets": [

        "assets",

        "favicon.ico"

      ],

      "index": "index.html",

      "main": "main.ts",

      "polyfills": "polyfills.ts",

      "test": "test.ts",

      "tsconfig": "tsconfig.app.json",

      "testTsconfig": "tsconfig.spec.json",

      "prefix": "app",

      "styles": [

        "styles.css"

      ],

      "scripts": [],

      "environmentSource": "environments/environment.ts",

      "environments": {

        "dev": "environments/environment.ts",

        "prod": "environments/environment.prod.ts"

      }

    }

  ],

  "e2e": {

    "protractor": {

      "config": "./protractor.conf.js"

    }

  },

  "lint": [

    {

      "project": "src/tsconfig.app.json",

      "exclude": "**/node_modules/**"

    },

    {

      "project": "src/tsconfig.spec.json",

      "exclude": "**/node_modules/**"

    },

    {

      "project": "e2e/tsconfig.e2e.json",

      "exclude": "**/node_modules/**"

    }

  ],

  "test": {

    "karma": {

      "config": "./karma.conf.js"

    }

  },

  "defaults": {

    "styleExt": "css",

    "component": {}

  }

}

0 Kudos

Hallo Emre,

dies hat geholfen. Vielen Dank.,

Jetzt wird mir beim Aufruf folgendes gezeigt.  http://localhost:8081/tpp/nav/items_en 404 (Not Found)

Dies liegt wahrscheinlich daran, dass in meinem FS-Projekt dies gar nicht generiert wird. Die Frage ist jetzt noch, habe ich vielleicht ein altes FS-Projekt (siehe Anhang) von der TPP?

Habt ihr eine neue Version für mich?

gruß

Daniel

0 Kudos

Hallo Emre,

vielen Dank. Jetzt klappt alles.

Gruß

Daniel LÜttel

0 Kudos