任何人都知道修复此错误的方法吗?
C:\ WINDOWS \ system32> npm install -g cordova ionic
npm ERR!代码E404
npm ERR! 404未找到:pinkie-promise@^2.0.0
npm ERR!可以在以下位置找到此运行的完整日志:
npm ERR! C:\ Users \ ASUS i5 \ AppData \ Roaming \ npm-cache_logs \ 2018-01-06T21_18_22_900Z-debug.log
答案 0 :(得分:1)
您需要安装SELECT T.currency_id, T.mindate, u.currency_name
FROM (
SELECT currency_id, MIN(DATE) AS mindate
FROM investments
GROUP BY investments.currency_id) AS T
JOIN currencies u ON u.currency_id = t.currency_id
。试试这个:
pinkie-promise