Customized UI not reflecting on production mode(npm start). Working fine with dev(npm run dev)

Hey @Jaimish_Golakiya,

Here are the steps that I took:

  1. Clone the GitHub repo
  2. Comment out the code.
  3. Run lerna bootstrap --hoist to install the packages (from the root n8n directory)
  4. Run npm run build.
  5. Run npm run start

There isn’t a lot of changes that I’ve made, except for commenting the lines from 16 to 21.

1 Like