nx-plugins icon indicating copy to clipboard operation
nx-plugins copied to clipboard

[BUG] Cannot find module '@nrwl/workspace/src/utilities/run-webpack'

Open doug-luce-rs opened this issue 3 years ago • 1 comments

Describe the bug In the nrwl/nx repository this commit https://github.com/nrwl/nx/commit/8779a22be38fc3d0798f60955832b4b6e21faee9 moved the file @nrwl/workspace/src/utilities/run-webpack to the utils folder in the project, but it's still being referenced in it's old location in this file. @flowaccount/nx-serverless This causes an error running using serverless-offline when attempting to start an application using the serverless framework.

To Reproduce Steps to reproduce the behavior:

  1. Using @nrwl/workspace v13.2.4
  2. Using serverless-offline v6.8.0

Expected behavior Application should start.

Check which provider is affected: [x] AWS [] Azure [] Google Cloud Platform

Check which framework is affected: [] Angular [] Nodejs [x] Serverless [] Lambda [] Infrastructure as a code

doug-luce-rs avatar Dec 16 '21 15:12 doug-luce-rs

Hi, would you want to pitch in? I have tried it once and also ran into another problem where webpack was upgraded to 5 in nx 13 and had to get around typings, call methods etc.

If you would wanna give it a go, lets find a slack to chat in?

wickstargazer avatar Dec 17 '21 05:12 wickstargazer