Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialNoel Arroyo
1,762 Pointsupdating graceful-fs module
When I also create a new foundation for apps I get this "(node:12748) 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." How do I update this module? I've tried multiple times, but it keeps giving me an error message.
1 Answer
Chris Shaw
26,676 PointsHi Noel,
You are more than likely getting this error because you're using NodeJS 6 which doesn't have great support for existing packages, you will need to downgrade to the previous version which has extremely good support for common packages.
To downgrade, simply uninstall your current NodeJS installation and install 4.4.6 LTS from the above link.
Hope that helps.
Geoffroy Baylaender
696 PointsGeoffroy Baylaender
696 PointsHello Chris, is very important do downgrade or I can still using my NodeJs version? (other projects based on it). Thanks