Skip to content

cannot import TranslateModule #1

Open
@Yi-Chung-Lee

Description

@Yi-Chung-Lee

when i import this module

import { Module } from '@nestjs/common';
import { AppController } from './app.controller';
import { AppService } from './app.service';

import {TranslateModule} from 'nestjs-translate' ;

@Module({
  imports: [TranslateModule],
  controllers: [AppController],
  providers: [AppService],
})
export class AppModule {}

then will be get error message : "cannot find moudle 'nestjs-translate'"

what's wrong in my code ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions