Can't run Syncfusion showcase sample project

Hi - I am trying to learn your Angular diagram component and I found this showcase project here:

https://github.com/syncfusion/ej2-showcase-angular-diagrambuilder

When I try to get it to run, I am getting an error. I'm afraid that I don't have the knowledge yet to correct this issue. Can you help? (And probably update your source project?).

Here's there error when I run 'npm install'...





4 Replies

BM Balasubramanian Manikandan Syncfusion Team July 6, 2023 01:25 PM UTC

We will validate and update with more details on July 10th, 2023



GD Gobinath Dhamotharan Syncfusion Team July 11, 2023 07:40 AM UTC

Hi, 

To run the application, follow these steps 

  1. Set the Node.js version to 14.20.0 by using the command: nvm use v14.20.0. This will switch to the specified Node.js version. 
  2. Install the required npm packages by running: npm install. This will install the dependencies based on the package.json file in your project. 
  3. Set the Angular CLI version to 15.1.5 by running: npm install -g @angular/[email protected]. This will globally install the specified version of the Angular CLI. 
  4. To run the Angular Diagram Builder, use the command: ng serve. This will start the development server and serve your application locally. 

Still, if you face any issues, share us more details such as screenshot or video.

Regards,

Gobinath



KA Kabe July 14, 2023 06:31 PM UTC

thanks!!



PR Preethi Rajakandham Syncfusion Team July 17, 2023 06:48 AM UTC

Hi Kabe,

Please confirm if the reported issue is resolved at your end. Also, please let us know if you need any further assistance on this.

Regards,

Preethi R


Loader.
Up arrow icon