cedoor / mindmapp

:rocket: Web application to draw mind maps.

Home Page:https://mindmapp.cedoor.dev/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not able to build

Prathik-Jain opened this issue · comments

I get an error when I npm start while npm run ng:build is running

It works fine when I build the app and then npm start but then it doesn't auto reload.

Hi @Prathik-Jain,

for now it is necessary to run ng:build and start scripts in order, separately, and to wait the angular build completion. Have you run start script only after the angular build completion?

What is the error? What are the versions of npm and node?

Surprisingly, I worked today.
Sorry @cedoor

Found out what was causing the problem..
We get the error when we already have two instances npm run build be it the same app or another.

Good @Prathik-Jain, in this case it is a normal behavior.
Thank you!