-
Notifications
You must be signed in to change notification settings - Fork 36
Description
Hello,
I would like to use npm module. Unfortunately the example from the ReadMe comes with the mentioned error. Here again the complete error message. Can you help me?
C:\Program Files (x86)\nodejs\node.exe .\apiSugar.js Uncaught ReferenceError ReferenceError: _ is not defined at <anonymous> (c:\Users\apiSugar\node_modules\@sugarcrm\ventana\src\client.js:114:1) at Module._compile (internal/modules/cjs/loader:1126:14) at Module._extensions..js (internal/modules/cjs/loader:1180:10) at Module.load (internal/modules/cjs/loader:1004:32) at Module._load (internal/modules/cjs/loader:839:12) at Module.require (internal/modules/cjs/loader:1028:19) at require (internal/modules/cjs/helpers:102:18) at <anonymous> (c:\Users\apiSugar\apiSugar.js:1:17) at Module._compile (internal/modules/cjs/loader:1126:14) at Module._extensions..js (internal/modules/cjs/loader:1180:10) at Module.load (internal/modules/cjs/loader:1004:32) at Module._load (internal/modules/cjs/loader:839:12) at executeUserEntryPoint (internal/modules/run_main:81:12) at <anonymous> (internal/main/run_main_module:17:47) Process exited with code 1
Installed modules
`$ npm list
apiSugar v0.0.1 c:\Users\apiSugar
- ├── @sugarcrm/[email protected]
- ├── [email protected]
- ├── [email protected]
- ├── [email protected]
- ├── [email protected]
- ├── [email protected]
- ├── [email protected]
- ├── [email protected]
- └── [email protected]
`