Get 2024 Templates Mega Bundle!14 Bootstrap, Vue & React Templates + 3 Vector Sets
Get for 99$

Angular


hi!

i bought the template and now i want to use it, i go to use angular, i extracted the zip for the demo1 and when i trying run the application i receive the error Node packages may not be installed. Try installing with 'npm install'.
Error: Could not find the '@angular-devkit/build-angular:dev-server' builder's node package.

i need to do or to configuresomething before?

is my first project in angular

also , can you tell me why in angular only have 7 demos? i really want to use the demo22

regards!


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi Alex,

It looks like you're facing an issue related to your Node package setup. You can try the following steps:

1. Remove the `yarn.lock` or `package-lock.json` file (depending on whether you're using Yarn or npm) and the `node_modules` folder in your project directory.

2. After removing these files and folders, run the "npm install" command to install the required Node packages using npm:

3. Once the packages are installed, you can attempt to run your Angular application with the "ng serve" command:

Regarding the number of available demos in the Angular version, at the moment, the template may include a limited number of demos. More demos may be included in future updates.

If you specifically want to use demo22, you can create your own Angular project based on it. To do this, follow these steps:

1. Go to the demo22 layout builder using this link: https://preview.keenthemes.com/metronic8/demo22/layout-builder.html

2. Create an Angular component for each partial file you've downloaded.

3. Use the downloaded HTML partial files within your Angular components.

4. You can get the assets (CSS/JS) from the HTML version of demo22 and integrate them into your Angular project.

Please note that creating your custom Angular project with demo22 components may require some knowledge of Angular and the Angular CLI.

If you have any more questions or need further assistance, feel free to ask.

Best regards!


Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Here's a how to add some HTML formatting to your comment:
  • <pre></pre> for JS codes block
  • <pre lang="html"></pre> for HTML code block
  • <pre lang="scss"></pre> for SCSS code block
  • <pre lang="php"></pre> for PHP code block
  • <code></code> for single line of code
  • <strong></strong> to make things bold
  • <em></em> to emphasize
  • <ul><li></li></ul>  to make list
  • <ol><li></li></ol>  to make ordered list
  • <h3></h3> to make headings
  • <a></a> for links
  • <img> to paste in an image
  • <blockquote></blockquote> to quote somebody
  • happy  :)
  • shocked  :|
  • sad  :(