RyanFitzgerald / devportfolio

A lightweight, customizable single-page personal portfolio website template built with JavaScript and Sass

Home Page:https://ryanfitzgerald.github.io/devportfolio

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node.js version for npm installing gulp-sass

JohnnieXDU opened this issue · comments

Hi Ryan, thanks a lot for sharing it, as well as V2. But im struggling with a bounch of errors from npm install, and it looks that many users have thoese issues.

I have solve the problem and it turns out that the key point is the correct version of node.js, which is not mentioned in this repo. One should use node.js with the correct version v10.22.0 (npm v6.14.6). It perfecly works whlie installing gulp-sass (node-sass). Newer node.js might not work no matter how to config, i.e. gym, MSVC.

Am i correct? Or i missed some tricks?

How do I use the correct node version? Thanks

How do I use the correct node version? Thanks

Try Node.js v10.22.0 (npm v6.14.6 should be installed aotomatically).