-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unable to install node-red-vis #20
Comments
Same problem |
Same here. Anyone managed to install it lately?
module.js:471 Error: Cannot find module '/home/node/node_modules/node-red-vis/node_modules/iobroker.vis/lib/install.js' npm ERR! [email protected] install: npm ERR! Please include the following file with any support request: |
If iobroker.vis is installed manually prior to node-red-vis, the error is different:
Any help is appreciated, thanks! |
Is nod-red-vis abandoned? :-( Fingers crossed it's not |
same problem here
|
I have the same problem. When does anybody help here? |
i belive it's abandoned now. |
Im trying to install node-red-vis but it fail with this message:
npm install node-red-vis --unsafe-perm
[sudo] password for orangepi:
module.js:328
throw err;
^
Error: Cannot find module '/home/orangepi/.node-red/node_modules/node-red-vis/node_modules/iobroker.vis/lib/install.js'
at Function.Module._resolveFilename (module.js:326:15)
at Function.Module._load (module.js:277:25)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3
npm WARN enoent ENOENT: no such file or directory, open '/home/orangepi/.node-red/package.json'
npm WARN .node-red No description
npm WARN .node-red No repository field.
npm WARN .node-red No README data
npm WARN .node-red No license field.
npm ERR! Linux 3.10.65
npm ERR! argv "/usr/bin/nodejs" "/usr/local/bin/npm" "install" "node-red-vis" "--unsafe-perm"
npm ERR! node v4.2.6
npm ERR! npm v3.10.10
npm ERR! code ELIFECYCLE
npm ERR! [email protected] install:
node node_modules/iobroker.vis/lib/install.js
npm ERR! Exit status 1
npm ERR!
npm ERR! Failed at the [email protected] install script 'node node_modules/iobroker.vis/lib/install.js'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the node-red-vis package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR! node node_modules/iobroker.vis/lib/install.js
Can you help me please?
The text was updated successfully, but these errors were encountered: