我在Git Bash中写了这个,并得到了答案:
$ npm install node-sass
npm WARN deprecated npmconf@2.1.2: this package has been reintegrated into npm and is now out of date with respect to npm
npm WARN deprecated lodash@1.0.2: lodash@<3.0.0 is no longer maintained. Upgrade to lodash@^4.0.0.
这是否意味着node-sass在我的系统中有旧的依赖关系或包有旧的依赖关系,还是两者都意味着?
我已经尝试过了
npm list --depth=10
但它没有向我展示这些包裹。
我还尝试升级npm,然后重新安装它,清除缓存
npm -g install npm
npm install reinstall -g
npm cache clean -f