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 trialaure
Front End Web Development Techdegree Graduate 16,472 PointsI'm trying to install the SVG sprite and all the modules but it doesn't work and command gulp doesn't work
Hi, I'm new to node and npm. I tried to install everything following the video, but I have a lot of DEPRECATED files (what the Terminal says) and the command gulp doesn't work.
ReferenceError: primordials is not defined at fs.js:35:5
I did some Google research and I found this solution : https://timonweb.com/posts/how-to-fix-referenceerror-primordials-is-not-defined-error/
But it stills doesn't work with the new json file I created. I have this message then in the Terminal :
npm WARN read-shrinkwrap This version of npm is compatible with lockfileVersion@1, but npm-shrinkwrap.json was generated for lockfileVersion@0. I'll try to do my best with it! added 1 package and audited 516 packages in 1.867s
19 packages are looking for funding
run npm fund
for details
found 9 vulnerabilities (3 low, 6 high)
When I type the command gulp again, it doesn't work. Still the first error : ReferenceError: primordials is not defined at fs.js:35:5
Anyone have encoutered this problem? And did you find a solution? I'm now stuck and cannot really continue the lesson. Thank you. Aurelie
1 Answer
aure
Front End Web Development Techdegree Graduate 16,472 PointsI found the solution for the command gulp!! I downgraded the node version. It solved the problem ;)