Git Product home page Git Product logo

Comments (3)

cosigyn avatar cosigyn commented on May 22, 2024 1

The same issue appears to occur using bun build instead of webpack:

PS C:\Users\unkno\Documents\RaidRequestHubMonorepo\apps\server> bun build ./src/main.ts --outdir ./dist
57 |         const { NestMicroservice } = (0, load_package_util_1.loadPackage)('@nestjs/microservices', 'NestFactory', () => require('@nestjs/microservices'));
                                                                                                                                     ^
error: Could not resolve: "@nestjs/microservices". Maybe you need to "bun install"?
    at C:\Users\unkno\Documents\RaidRequestHubMonorepo\node_modules\@nestjs\core\nest-factory.js:57:129

19 | const { SocketModule } = (0, optional_require_1.optionalRequire)('@nestjs/websockets/socket-module', () => require('@nestjs/websockets/socket-module'));       
                                                                                                                        ^
error: Could not resolve: "@nestjs/websockets/socket-module". Maybe you need to "bun install"?
    at C:\Users\unkno\Documents\RaidRequestHubMonorepo\node_modules\@nestjs\core\nest-application.js:19:116

20 | const { MicroservicesModule } = (0, optional_require_1.optionalRequire)('@nestjs/microservices/microservices-module', () => require('@nestjs/microservices/microservices-module'));
                                                                                                                                         ^
error: Could not resolve: "@nestjs/microservices/microservices-module". Maybe you need to "bun install"?
    at C:\Users\unkno\Documents\RaidRequestHubMonorepo\node_modules\@nestjs\core\nest-application.js:20:133

123 |         const { NestMicroservice } = (0, load_package_util_1.loadPackage)('@nestjs/microservices', 'NestFactory', () => require('@nestjs/microservices'));    
                                                                                                                                      ^
error: Could not resolve: "@nestjs/microservices". Maybe you need to "bun install"?
    at C:\Users\unkno\Documents\RaidRequestHubMonorepo\node_modules\@nestjs\core\nest-application.js:123:129

It appears to be associated with this part of the nest source, these are optional peer dependencies so it may be an edge case. I'm not using any of these features in my code I'll also add.

The class-validator is similarly an optional peer dep of @nestjs/mapped-types.

from bun.

cosigyn avatar cosigyn commented on May 22, 2024

In my case. it works with pnpm but not bun
'Additional information' case it does not work with yarn
In NiGhTTraX/ts-monorepo#61 case, it does not work with npm but it works with yarn

from bun.

cosigyn avatar cosigyn commented on May 22, 2024

Related to #4803

from bun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.