Move angular Project to another folder gave me erorr -


i've created angular application though angular cli , when i've moved location didn't work , i've fix issues i've found while running npm install, valid or missing step, when production case well? , edit:- error like:- module '@data' missing

normally, copy of files except node_modules new location , run npm install. ensures of packages downloaded correct locations.

when building production, use ng build --prod

that creates dist folder need simple copy web server.


Comments

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -