`gulp build` for semantic ui is giving error #39;ENOENT: no such file or directory#39;(语义ui的`gulp build`给出错误ENOENT:没有这样的文件或目录)
问题描述
版本:
<块引用>gulp@3.9.1
我已经通过 npm install 安装了 semantic-ui 并在交互式设置过程中给出了默认设置.
但是当我从 /semantic 文件夹中执行 gulp build 时,我收到以下错误:
[20:52:27] 开始构建"...构建语义[20:52:27] 开始'build-javascript'...构建 Javascript[20:52:27] 开始'build-css'...构建 CSS[20:52:27] 开始构建资产"...建筑资产[20:52:28] 创建:dist/components/site.js[20:52:28] 创建:dist/components/site.min.js[20:52:28] 创建:dist/components/form.js[20:52:28] 创建:dist/components/form.min.js[20:52:28] 创建:dist/components/accordion.js[20:52:28] 创建:dist/components/accordion.min.js[20:52:28] 创建:dist/components/checkbox.js[20:52:28] 创建:dist/components/dimmer.js[20:52:28] 创建:dist/components/checkbox.min.js[20:52:28] 创建:dist/components/dimmer.min.js[20:52:28] 创建:dist/components/dropdown.js[20:52:29] 创建:dist/components/embed.js[20:52:29] 创建:dist/components/dropdown.min.js[20:52:29] 创建:dist/components/reset.css[20:52:29] 创建:dist/components/reset.min.css[20:52:29] 创建:dist/components/modal.js[20:52:29] 创建:dist/components/embed.min.js[20:52:29] 创建:dist/components/modal.min.js后来这个错误抛出
[20:52:31] 开始 'package uncompressed js'...[20:52:31] 4.23 秒后完成构建 JavaScript"[20:52:31] 创建:dist/components/container.min.css[20:52:31] 创建:dist/components/container.cssfs.js:839返回 binding.lstat(pathModule._makeLong(path));^错误:ENOENT:没有这样的文件或目录,lstat '/Users/venkat299/code/harvest_api/harvest_server/semantic/dist/components/semantic.min.js'gulp-header 1.8.3 存在问题.
https://github.com/tracker1/gulp-header/issues/37p>
将 "gulp-header": "1.8.2" 直接添加到您的 package.json 中就可以了.
从版本号中删除 ^ 如果它已经存在,它会将您推到下一个 minor 版本,这将导致问题.
version:
gulp@3.9.1
I have installed semantic-ui  through npm install and given default settings during interactive  setup process.
But when i do gulp build from the /semantic folder i am getting following error: 
[20:52:27] Starting 'build'...
Building Semantic
[20:52:27] Starting 'build-javascript'...
Building Javascript
[20:52:27] Starting 'build-css'...
Building CSS
[20:52:27] Starting 'build-assets'...
Building assets
[20:52:28] Created: dist/components/site.js
[20:52:28] Created: dist/components/site.min.js
[20:52:28] Created: dist/components/form.js
[20:52:28] Created: dist/components/form.min.js
[20:52:28] Created: dist/components/accordion.js
[20:52:28] Created: dist/components/accordion.min.js
[20:52:28] Created: dist/components/checkbox.js
[20:52:28] Created: dist/components/dimmer.js
[20:52:28] Created: dist/components/checkbox.min.js
[20:52:28] Created: dist/components/dimmer.min.js
[20:52:28] Created: dist/components/dropdown.js
[20:52:29] Created: dist/components/embed.js
[20:52:29] Created: dist/components/dropdown.min.js
[20:52:29] Created: dist/components/reset.css
[20:52:29] Created: dist/components/reset.min.css
[20:52:29] Created: dist/components/modal.js
[20:52:29] Created: dist/components/embed.min.js
[20:52:29] Created: dist/components/modal.min.js
Later this error throws up
[20:52:31] Starting 'package uncompressed js'...
[20:52:31] Finished 'build-javascript' after 4.23 s
[20:52:31] Created: dist/components/container.min.css
[20:52:31] Created: dist/components/container.css
fs.js:839
  return binding.lstat(pathModule._makeLong(path));
                 ^
Error: ENOENT: no such file or directory, lstat '/Users/venkat299/code/harvest_api/harvest_server/semantic/dist/components/semantic.min.js'
There is an issue with gulp-header 1.8.3 causing this.
https://github.com/tracker1/gulp-header/issues/37
Add "gulp-header": "1.8.2" directly to your package.json and you should be fine.
Remove the ^ from the version number if it's already there, it pushes you up to the next minor version, which will cause the problem.
这篇关于语义ui的`gulp build`给出错误'ENOENT:没有这样的文件或目录'的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:语义ui的`gulp build`给出错误'ENOENT:没有这样的文件或目录'
				
        
 
            
        基础教程推荐
- 如何使用 CSS 显示和隐藏 div? 2022-01-01
 - WatchKit 支持 html 吗?有没有像 UIWebview 这样的控制器? 2022-01-01
 - 每次设置弹出窗口的焦点 2022-01-01
 - 什么是不使用 jQuery 的经验技术原因? 2022-01-01
 - jQuery File Upload - 如何识别所有文件何时上传 2022-01-01
 - 如何使用sencha Touch2在单页中显示列表和其他标签 2022-01-01
 - Node.js 有没有好的索引/搜索引擎? 2022-01-01
 - 如何在特定日期之前获取消息? 2022-01-01
 - Javascript 在多个元素上单击事件侦听器并获取目标 2022-01-01
 - 为什么我在 Vue.js 中得到 ERR_CONNECTION_TIMED_OUT? 2022-01-01
 
    	
    	
    	
    	
    	
    	
    	
    	
						
						
						
						
						
				
				
				
				