Try removing both node_modules
and yarn.lock
:(尝试同时删除node_modules
和yarn.lock
:)
rm -rf node_modules
and rm yarn.lock
(rm -rf node_modules
和rm yarn.lock
)
And then try running: npm run rebuild
which seem to help to resolve the issue.(然后尝试运行: npm run rebuild
似乎有助于解决问题。) 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…