gpt4 book ai didi

node.js - 手写笔不再工作了

转载 作者:太空宇宙 更新时间:2023-11-03 23:29:58 26 4
gpt4 key购买 nike

有一天我收到了这个错误。它对我来说不再起作用了。

gulpfile.js

var gulp   = require('gulp'),
stylus = require('gulp-stylus'),
jeet = require('jeet');

gulp.task('default', function () {

gulp.src('assets/*.styl')
.pipe(stylus({
use: [ jeet() ]
}))
.pipe(gulp.dest('assets/'));
});

主题.styl

@import "jeet"

.page
span(1/2)
<小时/>
failed to locate @import file jeet.styl

完全错误 – http://pastebin.com/KuZ4ZPwK

最佳答案

npm i github:mojotech/jeet#master --save-dev

npm i jeet@6.1.2 --save-dev
<小时/>

[GitHub] Jeet 6.1.4 + Stylus doesn't work #494

关于node.js - 手写笔不再工作了,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39392963/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com