Advertisement
Guest User

onejs build problem

a guest
Jul 26th, 2012
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 6.22 KB | None | 0 0
  1. paulo@Vaio-Linux ~/IT/ThreeNodes.js/node_modules/soap $ onejs build package.json soap.js
  2. [2012-07-26 13:50:25.209] [INFO] onejs - node-expat loaded.
  3. [2012-07-26 13:50:25.213] [INFO] onejs - request loaded.
  4. [2012-07-26 13:50:25.221] [FATAL] onejs - Failed to find main module of "soap". Resolved Path: "index.js" Manifest Definition: "./index.js"
  5.  
  6. /usr/local/lib/node_modules/one/bin/onejs:72
  7.     if(error) throw error;
  8.                     ^
  9. Error: Failed to find main module of "soap". Resolved Path: "index.js" Manifest Definition: "./index.js"
  10.     at Object.oncomplete (/usr/local/lib/node_modules/one/lib/package.js:119:16)
  11. paulo@Vaio-Linux ~/IT/ThreeNodes.js/node_modules/soap $ onejs build package.json soap.js --verbose
  12. [2012-07-26 13:58:46.411] [DEBUG] onejs - .npmignore has been loaded and parsed.
  13. [2012-07-26 13:58:46.413] [TRACE] onejs - Building the package at "package.json"
  14. [2012-07-26 13:58:46.414] [DEBUG] onejs - Reading the manifest @ "package.json"
  15. [2012-07-26 13:58:46.415] [DEBUG] onejs - Parsing the manifest @ "package.json"
  16. [2012-07-26 13:58:46.415] [TRACE] onejs - Manifest file "package.json" loaded and parsed successfully.
  17. [2012-07-26 13:58:46.415] [DEBUG] onejs - Loading the package "soap"
  18. [2012-07-26 13:58:46.415] [DEBUG] onejs - Loading dependencies of soap
  19. [2012-07-26 13:58:46.416] [DEBUG] onejs - Searching for the manifest file of package "node-expat" under "."
  20. [2012-07-26 13:58:46.416] [DEBUG] onejs - Loading the dependency "node-expat (node_modules/node-expat/package.json)" for its parent package "soap"
  21. [2012-07-26 13:58:46.417] [TRACE] onejs - Building the package at "node_modules/node-expat/package.json"
  22. [2012-07-26 13:58:46.417] [DEBUG] onejs - Reading the manifest @ "node_modules/node-expat/package.json"
  23. [2012-07-26 13:58:46.417] [DEBUG] onejs - Parsing the manifest @ "node_modules/node-expat/package.json"
  24. [2012-07-26 13:58:46.418] [TRACE] onejs - Manifest file "node_modules/node-expat/package.json" loaded and parsed successfully.
  25. [2012-07-26 13:58:46.418] [DEBUG] onejs - Loading the package "node-expat"
  26. [2012-07-26 13:58:46.418] [DEBUG] onejs - Loading dependencies of node-expat
  27. [2012-07-26 13:58:46.418] [DEBUG] onejs - 0 dependencies has been loaded for the package "node-expat"
  28. [2012-07-26 13:58:46.419] [DEBUG] onejs - Collect modules for the package "node-expat"
  29. [2012-07-26 13:58:46.419] [DEBUG] onejs - The directories to search: [ 'node_modules/node-expat/lib',
  30.   'node_modules/node-expat/lib/node-expat.js' ]
  31. [2012-07-26 13:58:46.421] [DEBUG] onejs - Found 2 file(s) under the package "node-expat"
  32. [2012-07-26 13:58:46.421] [TRACE] onejs - Loading module "node_modules/node-expat/lib/node-expat.js"
  33. [2012-07-26 13:58:46.421] [TRACE] onejs - Loading module "node_modules/node-expat/lib/node-expat.js"
  34. [2012-07-26 13:58:46.422] [DEBUG] onejs - Loaded 2 module(s) under the package "node-expat"
  35. [2012-07-26 13:58:46.422] [DEBUG] onejs - Collected 2 modules for the package "node-expat"
  36. [2012-07-26 13:58:46.422] [DEBUG] onejs - Setting main module of the package "node-expat" as ./lib/node-expat
  37. [2012-07-26 13:58:46.422] [INFO] onejs - node-expat loaded.
  38. [2012-07-26 13:58:46.422] [DEBUG] onejs - Searching for the manifest file of package "request" under "."
  39. [2012-07-26 13:58:46.423] [DEBUG] onejs - Loading the dependency "request (node_modules/request/package.json)" for its parent package "soap"
  40. [2012-07-26 13:58:46.423] [TRACE] onejs - Building the package at "node_modules/request/package.json"
  41. [2012-07-26 13:58:46.424] [DEBUG] onejs - Reading the manifest @ "node_modules/request/package.json"
  42. [2012-07-26 13:58:46.425] [DEBUG] onejs - Parsing the manifest @ "node_modules/request/package.json"
  43. [2012-07-26 13:58:46.425] [TRACE] onejs - Manifest file "node_modules/request/package.json" loaded and parsed successfully.
  44. [2012-07-26 13:58:46.425] [DEBUG] onejs - Loading the package "request"
  45. [2012-07-26 13:58:46.425] [DEBUG] onejs - Loading dependencies of request
  46. [2012-07-26 13:58:46.425] [DEBUG] onejs - 0 dependencies has been loaded for the package "request"
  47. [2012-07-26 13:58:46.425] [DEBUG] onejs - Collect modules for the package "request"
  48. [2012-07-26 13:58:46.425] [DEBUG] onejs - The directories to search: [ 'node_modules/request/lib', 'node_modules/request/main.js' ]
  49. [2012-07-26 13:58:46.426] [DEBUG] onejs - Found 1 file(s) under the package "request"
  50. [2012-07-26 13:58:46.427] [TRACE] onejs - Loading module "node_modules/request/main.js"
  51. [2012-07-26 13:58:46.427] [DEBUG] onejs - Loaded 1 module(s) under the package "request"
  52. [2012-07-26 13:58:46.427] [DEBUG] onejs - Collected 1 modules for the package "request"
  53. [2012-07-26 13:58:46.427] [DEBUG] onejs - Setting main module of the package "request" as ./main
  54. [2012-07-26 13:58:46.428] [INFO] onejs - request loaded.
  55. [2012-07-26 13:58:46.428] [DEBUG] onejs - Loaded 2 dependencies under the package "soap"
  56. [2012-07-26 13:58:46.428] [DEBUG] onejs - 2 dependencies has been loaded for the package "soap"
  57. [2012-07-26 13:58:46.428] [DEBUG] onejs - Collect modules for the package "soap"
  58. [2012-07-26 13:58:46.428] [DEBUG] onejs - The directories to search: [ 'lib' ]
  59. [2012-07-26 13:58:46.429] [DEBUG] onejs - Found 5 file(s) under the package "soap"
  60. [2012-07-26 13:58:46.429] [TRACE] onejs - Loading module "lib/wsdl.js"
  61. [2012-07-26 13:58:46.430] [TRACE] onejs - Loading module "lib/soap.js"
  62. [2012-07-26 13:58:46.430] [TRACE] onejs - Loading module "lib/server.js"
  63. [2012-07-26 13:58:46.430] [TRACE] onejs - Loading module "lib/http.js"
  64. [2012-07-26 13:58:46.431] [TRACE] onejs - Loading module "lib/client.js"
  65. [2012-07-26 13:58:46.431] [DEBUG] onejs - Loaded 5 module(s) under the package "soap"
  66. [2012-07-26 13:58:46.431] [DEBUG] onejs - Collected 5 modules for the package "soap"
  67. [2012-07-26 13:58:46.431] [DEBUG] onejs - Setting main module of the package "soap" as ./index.js
  68. [2012-07-26 13:58:46.432] [FATAL] onejs - Failed to find main module of "soap". Resolved Path: "index.js" Manifest Definition: "./index.js"
  69.  
  70. /usr/local/lib/node_modules/one/bin/onejs:72
  71.     if(error) throw error;
  72.                     ^
  73. Error: Failed to find main module of "soap". Resolved Path: "index.js" Manifest Definition: "./index.js"
  74.     at Object.oncomplete (/usr/local/lib/node_modules/one/lib/package.js:119:16)
  75. paulo@Vaio-Linux ~/IT/ThreeNodes.js/node_modules/soap $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement