4

I am getting the below error while running executable for nodejs. I tried including the assets in package.json but still the error won't go away.

**error: uncaughtException: File 'D:**\app\application_properties\CurrentEnv\application.properties' was not included into executable at compilation stage. Please recompile adding it as asset or script. **

package.json

"pkg": {
    "assets": [
      "node_modules/linebreak/src/classes.trie",
      "application_properties/CurrentEnv/application.properties",
      "app/binding.node"

  ]
}
Nirmal Kumar
  • 89
  • 1
  • 7

0 Answers0