问题一:npm ERR! Maximum call stack size exceeded
解决办法:升级npm,npm install npm -g
问题二:npm ERR! notarget No matching version found for raphael@2.2.0-c.
解决方案; 所有关于raphael版本限制的都在前面加“^”,手动修改为:
问题一:npm ERR! Maximum call stack size exceeded
解决办法:升级npm,npm install npm -g
问题二:npm ERR! notarget No matching version found for raphael@2.2.0-c.
解决方案; 所有关于raphael版本限制的都在前面加“^”,手动修改为: