You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
In my python project, I've run npm install esbuild. This added a node_modules folder with esbuild installed.
However, running CDK the module is not found and esbuild is installed into a tmp dir.
Expected behavior
Module from the current project should be found.
The text was updated successfully, but these errors were encountered:
Describe the bug
In my python project, I've run
npm install esbuild
. This added anode_modules
folder with esbuild installed.However, running CDK the module is not found and esbuild is installed into a tmp dir.
Expected behavior
Module from the current project should be found.
The text was updated successfully, but these errors were encountered: