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 trialCiprian Bortos
Python Web Development Techdegree Student 132 PointsDjango Debug Toolbar Error
After I installed the Django Debug Toolbar I have the below error. The error didn't exist before adding the plugin.
I have foundation framework(css) installed and is searching something there and it is not related or linked to it from django files(the actual css is not at that location).
How can be fixed, tell the plugin to ignore it ?
[WinError 3] The system cannot find the path specified: 'D:\DevProjects\PhotonicsHub\CRMPH_Source\static\foundation\node_modules\gulp\node_modules\gulp-util\node_modules\dateformat\node_modules\meow\node_modules\normalize-package-data\node_modules\validate-npm-package-license\node_modules\spdx-correct\node_modules'
1 Answer
Iain Simmons
Treehouse Moderator 32,305 PointsMight be something to do with path names that are too long in Windows. Have you upgraded Node to at least version 4? I think that's when they fixed that. Not sure what effects that might have on the rest of the packages...