今天手动更新,碰到这个错误:
No module named _cffi_backend
不知何故,不过容易解决,重新装一箱cffi就可以了:
For python2.x use following command:
python -m pip install cffi
for python3.x
python3 -m pip install cffi
@梵总 ./components/Common/CKEditor.js
Module not found: Can't resolve '../../lib/ckeditor5-build-dna' in '/Users/dcai/Projects/next-feathers/next/components/Common'
could be folder naming issue.