This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
Closed
Error after following 'getting started' with gracefull-fs
after the downloading latest node.js and giving the command npm install -g athom-clio the following warning
npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
Entering; 'athom login' gives me the following error;
npm WARN deprecated graceful-fs@3.0.8: graceful-fs v3.0.0 and before will fail on node releases >= v7.0. Please update to graceful-fs@^4.0.0 as soon as possible. Use 'npm ls graceful-fs' to find it in the tree.
Entering; 'athom login' gives me the following error;
(node:6556) fs: re-evaluating native module sources is not supported. If you are using the graceful-fs module, please update it to a more recent version.
When I update to Gracefull-fs 4.1.4 I get the same error, anyone a idea whats going wrong?
When I update to Gracefull-fs 4.1.4 I get the same error, anyone a idea whats going wrong?
This discussion has been closed.
Comments
you could also reinstall athom-cli
npm uninstall -g athom-cli
npm install -g athom-cli
maybe something to put into the 'getting started' part?
still the deprecated error for gracefull, but I'm now logged in! THANX!