I downloaded the template. When iIdebug the project i get a series of errors ( see image) . I changed the package.json file
"scripts": {
"ng": "ng",
"start": "concurrently --kill-others \"ng serve\" \"npm run theme\"",
"theme": "node-sass --watch src/app/assets/themes/ --output src/assets/themes/ --output-style=compressed",
"build": "ng build --extract-css",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
to
"scripts": {
"ng": "ng",
"start": "ng serve",
"theme": "node-sass --watch src/app/assets/themes/ --output src/assets/themes/ --output-style=compressed",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
And i get
Cannot GET /
I downloaded the template. When iIdebug the project i get a series of errors ( see image) . I changed the package.json file
"scripts": {
"ng": "ng",
"start": "concurrently --kill-others \"ng serve\" \"npm run theme\"",
"theme": "node-sass --watch src/app/assets/themes/ --output src/assets/themes/ --output-style=compressed",
"build": "ng build --extract-css",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
to
"scripts": {
"ng": "ng",
"start": "ng serve",
"theme": "node-sass --watch src/app/assets/themes/ --output src/assets/themes/ --output-style=compressed",
"build": "ng build",
"test": "ng test",
"lint": "ng lint",
"e2e": "ng e2e"
},
And i get
Cannot GET /