You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: