0

I am creating a dist folder for deployment on dev server using ng build command in angular cli. will it include node_modules also or do i need to copy node_modules separately in dev server?

Also can we change node_modules folder path from schema attribute in angular.json?

James Z
  • 12,209
  • 10
  • 24
  • 44
aks
  • 7
  • 6
  • In dist you will not get the `node_modules` folder. Your app should work fine without that if you deployed your dist properly – Indraraj26 Mar 31 '23 at 18:37

0 Answers0