-
Notifications
You must be signed in to change notification settings - Fork 42
I have all the newest everything installed and litecore install will not work #7
Description
I have every single newest version of node.js, npm, java, etc...that this page says to download...I have given all permissions for administrator to run from command prompt...no matter what I do every time the furthest I get is litecore telling me that npm is not compatible with nodejs versions....no matter which version I use they all say this...
I try to npm install -g litecore...it says:
C:\WINDOWS\system32>npm install -g litecore
litecore-node@3.1.11 preinstall C:\Users(currentuser)\AppData\Roaming\npm\node_modules\litecore\node_modules\litecore-node
./scripts/download
'.' is not recognized as an internal or external command,
operable program or batch file.
npm WARN Error: EPERM: operation not permitted, scandir 'C:\Users(currentuser)\AppData\Roaming\npm\node_modules\litecore\node_modules\socket.io-parser\node_modules'
npm WARN { Error: EPERM: operation not permitted, scandir 'C:\Users\Robert\AppData\Roaming\npm\node_modules\litecore\node_modules\socket.io-parser\node_modules'
npm WARN stack: 'Error: EPERM: operation not permitted, scandir 'C:\Users\(currentuser)\AppData\Roaming\npm\node_modules\litecore\node_modules\socket.io-parser\node_modules'',
npm WARN errno: -4048,
npm WARN code: 'EPERM',
npm WARN syscall: 'scandir',
npm WARN path: 'C:\Users\(currentuser)\AppData\Roaming\npm\node_modules\litecore\node_modules\socket.io-parser\node_modules' }
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! litecore-node@3.1.11 preinstall: ./scripts/download
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the litecore-node@3.1.11 preinstall script.
npm ERR! This is probably not a problem with npm. There is likely additional logging output above.
npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users(currentuser)\AppData\Roaming\npm-cache_logs\2017-12-03T12_36_27_539Z-debug.log
why am I getting this:
'.' is not recognized as an internal or external command,
operable program or batch file.
?
looks to me like the scripts is written to run in linux and I need it to run in windows 10...like its trying to use "." to execute rather than .exe for the installation problem on the winodws machine
It installed on the linux machine but cant find bitcored because it needs to look for bitcoind...not bitcored...the newest bitcore library has a different name than what this code is trying to use...from what I can gather....
why am I the only one having problems here?
is noone else writing apps for litecoin?
PLEASES HELP ME!!
How can I fix this if I cant even install the code?
what am I doing wrong?
Thanks in advance
Does not work in windows or Linux system...I am convinced that litecore and bitcore both have not been updated...litecore keeps trying to find bitcore and the newest bitcore module is renamed bitcoind not bitcored...
this seems to be the problem....that and npm and node.js not being compatible on either system....I refuse to buy a mac just for a java wallet to work...
PLEASE HELP ME SOMEONE!!!