Home > Q&A > body text
最近开始玩node,都是用bower正常安装的,但是在看网上教程按步骤安装东西的时候,总会报错,可能之前没设置好,如果现在设置比较麻烦的话,有没有什么好的方法把之前的都删掉,重新正常安装?
阿神2017-04-17 13:32:45
Please go to the project root directory and execute $ npm install
$ npm install
Hope this helps :~)