-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Try to access wrong module directory (node_mnode_modules) #127
Comments
Hi @minsung-git Packages: "serverless-plugin-optimize": "4.2.1-rc.1", ` [OperationalError: ENOENT: no such file or directory, stat 'F:\test-space\heymate-backend.build\F:\test-space\heymate-backend.build\node_modules\swagger-ui-dist'] |
same issue and this worked for me! thks |
Issue: severless-plugin-optimize try to access wrong directory "node_mnode_modules"
Symptom
Serverless.yaml
Fix
Below fix works well in my computer. Could you follow up this issue?
Original code:
Fixed code
The text was updated successfully, but these errors were encountered: