

Navigate to ` The app will automatically reload if you change any of the source files. This project was generated with () version 1.3.2. What am i missing here? I tried a lot of articles from 3 days but cannot run it.Īlso, I see different types of Warning and messages. Nt.ts(15,14): error TS2515: Non-abstract class 'PlaylistContextMenuComponent' dĮs not implement inherited abstract member 'getAllTracks' from class 'ContextMe Src/app/web-player/playlists/playlist-context-menu/pon Mplement inherited abstract member 'getAllTracks' from class 'ContextMenuCompon Src/app/web-player/artists/artist-context-menu/ġ3,14): error TS2515: Non-abstract class 'ArtistContextMenuComponent' does not

Not implement inherited abstract member 'getAllTracks' from class 'ContextMenuC Nt.ts(13,14): error TS2515: Non-abstract class 'AlbumContextMenuComponent' does Which remove the error: "Local workspace file ('angular.json') could not be found" but now it gives me error ERROR in src/app/web-player/albums/album-context-menu/pon To resolve this: I did: n g update -migrate-only -from=1.7.4 Now it start giving me: Local workspace file ('angular.json') could not be found and wont work at all. Now it's just testing npm start our ng serve Install the latest version of angular cli npm install -save-dev the dependencies npm install Remove the node_modules folder rm -rf node_modules Now I received ERROR in No NgModule metadata found for 'AppModule'.Īnd for this I tried the following from git cli issues 8798 This time it gave me following error: ERROR in build failed: Error: Cannot find module 'node-sass'įor this " Cannot find module 'node-sass'" I did the search again:Īnd found this command: npm install node-sass Then tried again: npm start it gave me same error " npm ERR! code ELIFECYCLE"Īlso, this error message: Cannot find module 'webpack/lib/node/NodeTemplatePlugin'įor this, I tried "npm uninstall -g webpack"Īnd then: npm install -save-dev webpack webpack-cli html-webpack-plugin webpack-dev-server webpack-dev-middleware from this: Error: Cannot find module 'webpack/lib/node/NodeTemplatePlugin' For this I tried "npm cache clean" and then deleted "node_modules" and then installed packages again using: "npm install -save" Typescript (npm install -global typescript) Protractor (npm install -global protractor) Webpack-dev-server (npm install -global webpack-dev-server) Gives error: npm ERR! missing script: typings-install Then I try the following:įor following: webpack (npm install -global webpack) But cannot run my project.Īnd followed the following instructions as per an article: change directory to our repoĬd myproject installing Cli according to project readme file. I have done a lot of tests and followed a lot of articles. I am very new to Angular, I am trying to run an existing project of Angular on my machine.
