You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2021. It is now read-only.
this might not be the best place for this issue, but I couldn't find any other thread which discusses this problem. I figured, that you might have a solution.
When I want to install flowdata, I always get the error that npm cannot install the local dependencies:
npm ERR! addLocal Could not install .../flowdata@0.2.1/local_modules/logging
npm ERR! addLocal Could not install .../flowdata@0.2.1/local_modules/utils
npm ERR! addLocal Could not install .../flowdata@0.2.1/local_modules/inheritable
npm ERR! Darwin 14.1.0
npm ERR! argv "node" "/usr/local/bin/npm" "install"
npm ERR! node v0.10.32
npm ERR! npm v2.6.1
npm ERR! path .../flowdata@0.2.1/local_modules/logging
npm ERR! code ENOENT
npm ERR! errno 34
npm ERR! enoent ENOENT, open .../flowdata@0.2.1/local_modules/logging'
npm ERR! enoent This is most likely not a problem with npm itself
npm ERR! enoent and is related to npm not being able to find a file.
npm ERR! enoent
npm ERR! Please include the following file with any support request:
npm ERR! ..../npm-debug.log
I've tried cloning the repository, build it and link it in the global space, but this didn't work out.