I keep running into circles/issues with everything I try. I tried going the 
local-npm way as suggested but now that gives an error. I ran it as 
follows: *npm install -g local-npm* but get the follow error:

In file included from ../src/database.h:18,
                 from ../src/batch.cc:5:
../src/leveldown.h: In function ‘void 
DisposeStringOrBufferFromSlice(Nan::Persistent<v8::Object, 
v8::NonCopyablePersistentTraits<v8::Object> >&, leveldb::Slice)’:
../src/leveldown.h:30: error: no matching function for call to ‘New(const 
char [4])’
In file included from ../src/batch.cc:5:
../src/database.h: In constructor 
‘leveldown::Reference::Reference(v8::Local<v8::Value>, leveldb::Slice)’:
../src/database.h:31: error: ‘class v8::Local<v8::Boolean>’ has no member 
named ‘ToLocalChecked’
In file included from ../src/batch.cc:8:
../src/common.h: In function ‘bool 
leveldown::BooleanOptionValue(v8::Local<v8::Object>, const char*, bool)’:
../src/common.h:16: error: ‘class v8::Local<v8::Boolean>’ has no member 
named ‘ToLocalChecked’
../src/common.h: In function ‘uint32_t 
leveldown::UInt32OptionValue(v8::Local<v8::Object>, const char*, uint32_t)’:
../src/common.h:26: error: ‘class v8::Local<v8::Boolean>’ has no member 
named ‘ToLocalChecked’
../src/batch.cc: In static member function ‘static void 
leveldown::Batch::Init()’:
../src/batch.cc:33: error: ‘class v8::Local<v8::Boolean>’ has no member 
named ‘ToLocalChecked’
make: *** [Release/obj.target/leveldown/src/batch.o] Error 1
make: Leaving directory 
`/usr/local/lib/node_modules/local-npm/node_modules/pouchdb/node_modules/leveldown/build'
prebuild ERR! build error
prebuild ERR! stack Error: `make` failed with exit code: 2
prebuild ERR! stack     at ChildProcess.onExit 
(/usr/local/lib/node_modules/local-npm/node_modules/pouchdb/node_modules/leveldown/node_modules/prebuild/node_modules/node-gyp/lib/build.js:276:23)
prebuild ERR! stack     at emitTwo (events.js:87:13)
prebuild ERR! stack     at ChildProcess.emit (events.js:172:7)
prebuild ERR! stack     at Process.ChildProcess._handle.onexit 
(internal/child_process.js:200:12)
prebuild ERR! not ok
prebuild ERR! build Error: `make` failed with exit code: 2
prebuild ERR! build     at ChildProcess.onExit 
(/usr/local/lib/node_modules/local-npm/node_modules/pouchdb/node_modules/leveldown/node_modules/prebuild/node_modules/node-gyp/lib/build.js:276:23)
prebuild ERR! build     at emitTwo (events.js:87:13)
prebuild ERR! build     at ChildProcess.emit (events.js:172:7)
prebuild ERR! build     at Process.ChildProcess._handle.onexit 
(internal/child_process.js:200:12)

> [email protected] install 
/usr/local/lib/node_modules/local-npm/node_modules/pouchdb/node_modules/websql/node_modules/sqlite3
> node-pre-gyp install --fallback-to-build

[sqlite3] Success: 
"/usr/local/lib/node_modules/local-npm/node_modules/pouchdb/node_modules/websql/node_modules/sqlite3/lib/binding/node-v46-linux-x64/node_sqlite3.node"
 
is installed via remote
npm WARN optional dep failed, continuing [email protected]
npm ERR! Linux 2.6.32-431.29.2.el6.x86_64
npm ERR! argv "/usr/local/bin/node" "/usr/bin/npm" "install" "-g" 
"local-npm"
npm ERR! node v4.4.0
npm ERR! npm  v2.14.20
npm ERR! code ELIFECYCLE

npm ERR! [email protected] install: `prebuild --install`
npm ERR! Exit status 2
npm ERR!
npm ERR! Failed at the [email protected] install script 'prebuild --install'.
npm ERR! This is most likely a problem with the leveldown package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     prebuild --install
npm ERR! You can get information on how to open an issue for this project 
with:
npm ERR!     npm bugs leveldown
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!
npm ERR!     npm owner ls leveldown
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /opt/local-npm/npm-debug.log

 



On Wednesday, March 9, 2016 at 3:38:39 PM UTC-5, Gilberto Valentin wrote:
>
> I didn't realize anyone responded. I must have forgotten to set my 
> notifications. I'll try this out and report back. Thank you!!!
>
> On Sunday, March 6, 2016 at 4:49:00 PM UTC-5, Ingwie Phoenix wrote:
>>
>> Use local-npm.
>>
>> http://npmjs.org/local-npm
>>
>> Have your internet-facing mashine install all the packages once, then 
>> transfer your local-npm folder to the other maschines and repeat. :)
>>
>

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
--- 
You received this message because you are subscribed to the Google Groups 
"nodejs" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/9dbfed4d-2a71-47d5-b89f-eca6e124b023%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to