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

Stuck at chunk on run

OrganicChem opened this issue · comments

I get stuck at:
chunk {vendor} vendor.js, vendor.js.map (vendor) 8.01 MB [initial] [rendered]

after issuing npm run ng:build #

Hi @OrganicChem,

can you check if you have the last version of npm and node?

I have node 10.10.0 and npm 6.4.1

I tried with the same versions and it works.
Have you tried a clean environment? After cleaning up cache and removing node_modules folder?
Look at this issue too and see if it solves something.

I ran npm cache clean --force, the cloned the project again and after ng:build:
screen shot 2018-09-14 at 11 35 08 am

Hi @OrganicChem,
I think this behavior is normal, with the --watch option wait for any changes in the code.