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
Post a Comment