cedoor / mindmapp

:rocket: Web application to draw mind maps.
https://mindmapp.cedoor.dev/
MIT License
511 stars 109 forks source link

Stuck at chunk on run #55

Closed OrganicChem closed 6 years ago

OrganicChem commented 6 years ago

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

after issuing npm run ng:build #

cedoor commented 6 years ago

Hi @OrganicChem,

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

OrganicChem commented 6 years ago

I have node 10.10.0 and npm 6.4.1

cedoor commented 6 years ago

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.

OrganicChem commented 6 years ago

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

cedoor commented 6 years ago

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