当我安装 sudo npm i sharp -g
时/usr/lib/node_modules/sharp/binding.js:3
const fs = require('fs');
^^^^^
SyntaxError: Use of const in strict mode.
当我尝试使用ES6语法安装一些软件包时
upadate nodejs和npm后,我的版本是
node -v -----> v6.9.4
npm -v -----> 4.1.2
node-gyp -v ----> v3.4.0
我尝试使用此命令
sudo npm cache clean -f
但它不起作用......