nest-cloud / nestcloud

A NodeJS micro-service solution, writing by Typescript language and NestJS framework.
MIT License
421 stars 55 forks source link

@nestcloud/feign 0.3.15包引用 #4

Closed jarrymei closed 5 years ago

jarrymei commented 5 years ago

feign.module.ts中引用了import { NEST_CONSUL_CONFIG_PROVIDER } from '../common',应该是import { NEST_CONSUL_CONFIG_PROVIDER } from '@nestcloud/common';

jarrymei commented 5 years ago

npm安装没问题,cnpm安装会把@nestcloud的包分开就会出错

miaowing commented 5 years ago

非常感谢,已经 Fix 了 @mjj18272173737