-
Notifications
You must be signed in to change notification settings - Fork 2k
Issue while installing zenbot #1603
Comments
Error: ENOENT: no such file or directory, scandir 'C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework.NETFramework' npm ERR! code ELIFECYCLE npm ERR! A complete log of this run can be found in: E:\zenbot>npm install npm ERR! A complete log of this run can be found in: E:\zenbot>npm install npm ERR! A complete log of this run can be found in: |
Please use the issue template. |
Hi
I am getting the following error while doing npm install in the console for installing zenbot.
Source code / Error logs
Downloading binary from https://github.com/sass/node-sass/releases/download/v4.8.3/win32-ia32-64_binding.node
Cannot download "https://github.com/sass/node-sass/releases/download/v4.8.3/win32-ia32-64_binding.node":
HTTP error 404 Not Found
Hint: If github.com is not accessible in your location
try setting a proxy via HTTP_PROXY, e.g.
or configure npm proxy via
building talib functions...
fs.js:143
throw err;
^
Error: ENOENT: no such file or directory, scandir 'C:/Program Files/Reference Assemblies/Microsoft/Framework/.NETFramework'
at Object.fs.readdirSync (fs.js:893:3)
at Object. (C:\Users\Vipul Sharma\zenbot\node_modules\talib\src\lib\build.js:22:30)
at Module._compile (internal/modules/cjs/loader.js:702:30)
at Object.Module._extensions..js (internal/modules/cjs/loader.js:713:10)
at Module.load (internal/modules/cjs/loader.js:612:32)
at tryModuleLoad (internal/modules/cjs/loader.js:551:12)
at Function.Module._load (internal/modules/cjs/loader.js:543:3)
at Function.Module.runMain (internal/modules/cjs/loader.js:744:10)
at startup (internal/bootstrap/node.js:238:19)
at bootstrapNodeJSCore (internal/bootstrap/node.js:572:3)
npm WARN optional SKIPPING OPTIONAL DEPENDENCY: fsevents@1.2.0 (node_modules\fsevents):
npm WARN notsup SKIPPING OPTIONAL DEPENDENCY: Unsupported platform for fsevents@1.2.0: wanted {"os":"darwin","arch":"any"} (current: {"os":"win32","arch":"ia32"})
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! talib@1.0.4 install:
node ./src/lib/build.js && node-gyp configure && node-gyp build
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the talib@1.0.4 install 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\Vipul Sharma\AppData\Roaming\npm-cache_logs\2018-05-29T23_09_29_263Z-debug.log
Could someone please help.
The text was updated successfully, but these errors were encountered: