`gulp build` for semantic ui is giving error 'ENOENT: no such file or directory'

后端 未结 3 1432
梦毁少年i
梦毁少年i 2021-01-12 05:50

version:

gulp@3.9.1

I have installed semantic-ui through npm install and given default settings durin

3条回答
  •  说谎
    说谎 (楼主)
    2021-01-12 06:36

    The solution that worked for me (by DaniVarga here) was this:

    npm uninstall gulp-header
    npm install gulp-header@1.8.2 --save
    

    ... then ...

    gulp build
    

提交回复
热议问题