-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scrat init 执行报错 #22
Comments
不要独立安装 generator-scrat,删除掉之后,重新安装scrat,然后执行scrat init -c试试呢 |
@fouber 一开始没有独立安装 generator-scrat 的时候就重装过 scrat,结果也是不行。 刚才又执行了一边,结果依旧。 |
scrat init -c,-c参数加了么? 如果加了还不行,你用的是什么操作系统? |
@fouber 参数加了的,win2003 系统。 |
你的npm包安装路径包含中文么? |
@fouber 全英文路径,系统Application Data目录里面 |
题主,现在如何了? |
发下报错截图? |
=,= v0.5.12 这个问题还在... 重新安装了一次居然可以了..... |
有可能是 scrat-command-init 的问题, 最近升级的 scrat 都没动这个模块. |
在空目录下执行scrat init 后报错 |
scrat 是npm |
云龙,我有点怀疑他们是node 5.x的npm3导致的,扁平化目录? |
@jiayisheji @ql2005 降级npm为2.x看看 |
最近我们也遇到这个问题了 回退到npm2.14.7,没问题了 |
@myseawp 现在很多npm包都需要3+版本 |
我报同样的错误。
楼上有人解决了吗? scrat版本:0.8.0 npm版本:3.10.6 系统是mac |
这个确实是npm3的扁平化目录问题 process.env.NODE_PATH = fs.existsSync(localPath)?localPath:path.join(__dirname, '..') 通过判断localPath,扁平化目录结构,localPath肯定为空的;或者全局安装下generator组件,yeoman-generator也会查找全局目录 |
我的npm 3.10.7 |
看来都有这个问题啊, 一开始用这个框架就 |
@wanaright10 ,我已经放弃了。。 据说现在FIS3都没人维护了 |
在项目目录下本地安装一次 |
在空目录下执行scrat init 后报错
error You don't seem to have a generator with the name scrat installed.
全局安装了 generator-scrat 后依旧无效。
重装过 scrat 依旧无效,带上 -c 参数后依旧无效。
执行 yo 后有 scrat 选项,
但是选择后执行报错,提示fis不存在,
fis之前就安装过且是最新版本。
scrat 也是最新版。
node路径确定是配置过的,其他的都在跑,不至于说这一个没有配置。
scrat 和 generator-scrat 安装在同一个目录。
系统win2003。
node v0.12.0
npm v2.5.1
The text was updated successfully, but these errors were encountered: