I'm building an app on windows. The app builds successfully and while running app gives the error "Cannot find module "express".
Copying node_modules folder inside resource/app solves the problem.
Dependency saved in package.json is not copied at the time of packaging.
I'm building an app on windows. The app builds successfully and while running app gives the error "Cannot find module "express".
Copying node_modules folder inside resource/app solves the problem.
Dependency saved in package.json is not copied at the time of packaging.