Emmet Conflict with Atom Autocompletion

旧街凉风 提交于 2019-12-25 01:33:43

问题


I am following this instructions (https://atom.io/packages/emmet) using Git Bash. The problem is the last step which is "npm install". It's said command not found.

I can successfully install emmet in Atom editor, but the problem is it messes with the code autosuggestion, and when I press tab, it doesn't write what it ought to.

See also this: https://github.com/emmetio/atom-plugin.


回答1:


Apparently you don't have npm installed on your computer. You might want to read https://www.npmjs.com/get-npm



来源:https://stackoverflow.com/questions/50412605/emmet-conflict-with-atom-autocompletion

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!