Justin Lazaro

Results 17 comments of Justin Lazaro

Hi i'm having issue ``` node 18.12 "serverless-webpack": "5.3.0", "serverless": "3.36.0", "serverless-offline-ssm": "^6.2.0", "serverless-offline": "13.2.1", Environment: linux, node 18.12.1, framework 3.36.0 (local), plugin 7.1.0, SDK 4.4.0 Credentials: Local, environment variables...

@amuramoto yes in startup, FYI im using nodeJS and we deployed it in AWS lambda, already wiping node_modules and reinstalling the packages.

any updates for this? having an issue in vue3 setup [vite]: Rollup failed to resolve import "@mdx-js/react" from "src/Introduction.stories.mdx".

Hi @IanVS "@storybook/builder-vite": "^0.2.2", but when i use yarn install its all working

Hi @j0k3r running locally ``` $ yarn install --frozen-lockfile --non-interactive yarn install v1.22.19 [1/4] 🔍 Resolving packages... warning Resolution field "[email protected]" is incompatible with requested version "[email protected]" warning Resolution field...

Hi @j0k3r i notice the error came up when include the private dependecy in `forceInclude` ``` - '@loanmarket/logger-core' - '@loanmarket/logger-cloud-watch' ```

Hi @j0k3r just update the details thanks, hopefully it add more info thanks

for some reason i need to forceInclude the dependencies ``` webpack: webpackConfig: serverless_v3/webpack.config.js includeModules: forceInclude: - lodash - moment - es6-promisify packager: 'yarn' concurrency: 5 # desired concurrency, defaults to...