Jhipster import-jdl“无法找到模块'glob'”

时间:2017-01-09 14:32:06

标签: jhipster glob jdl

我无法导入我的文件“my-model.jh”

使用jhipster 3.12

我做:

yo jhipster:import-jdl my-model.jh

enter codemodule.js:327
throw err; Error: Cannot find module 'glob'
at Function.Module._resolveFilename (module.js:325:15)
at Function.Module._load (module.js:276:25)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)
at Object.<anonymous> (C:\DEV\jhipster\generator-jhipster\node_modules\shelljs\src\common.js:7:12)
at Module._compile (module.js:409:26)
at Object.Module._extensions..js (module.js:416:10)
at Module.load (module.js:343:32)
at Function.Module._load (module.js:300:12)
at Module.require (module.js:353:17)
at require (internal/module.js:12:17)

所以我添加到我的package.json

"glob": "^7.1.1"

但我仍然得到同样的错误

你知道这是什么问题吗?

1 个答案:

答案 0 :(得分:0)

我修复了将glob添加到jhipster生成器package.json然后重新构建它