-
Notifications
You must be signed in to change notification settings - Fork 42
Description
I have installed this package in my local machine where i have access to internet and it worked well. Now we wanted to move the changes in windows server where we don't have internet access.
First i tried by copying installed folder from my local machine to server. But am getting following error
Application has thrown an uncaught exception and is terminated:
Error: Module did not self-register.
at Object.Module._extensions..node (module.js:682:18)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at connectionModule (F:\Sony Live Sites\SONY_RIGHTS\SONY_RIGHTS\node_modules\msnodesqlv8\lib\connection.js:10:21)
at Object. (F:\Sony Live Sites\SONY_RIGHTS\SONY_RIGHTS\node_modules\msnodesqlv8\lib\connection.js:679:3)
at Module._compile (module.js:653:30)
at Object.Module._extensions..js (module.js:664:10)
at Module.load (module.js:566:32)
at tryModuleLoad (module.js:506:12)
at Function.Module._load (module.js:498:3)
at Module.require (module.js:597:17)
at require (internal/module.js:11:18)
at Object. (F:\Sony Live Sites\SONY_RIGHTS\SONY_RIGHTS\node_modules\msnodesqlv8\lib\sql.js:22:12)
Now we are trying to install by packaging this module for offline using npm-pack-all
In this one also we are getting some errors
Can you guys please help us or give some suggestion to install this module on offline machine? thanks