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
{{ message }}
This repository has been archived by the owner on Jun 15, 2024. It is now read-only.
I try to use your plugin but in a monorepo architecture using npm workspaces and nx. The problem is, If I try to use it now, serverless-layers can't see some of package.json dependencies are in the workspace and I have a 404 error installing this.
If I try to build the users stack, and I have a dependenc of libs/errors in it, I want to use the existing package in libs directory, not install from npm server.
This plugin works with workspaces or not ?
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
Thanks for your great works.
I try to use your plugin but in a monorepo architecture using npm workspaces and nx. The problem is, If I try to use it now, serverless-layers can't see some of package.json dependencies are in the workspace and I have a 404 error installing this.
This is my project structure :
If I try to build the
users
stack, and I have a dependenc oflibs/errors
in it, I want to use the existing package inlibs
directory, not install from npm server.This plugin works with workspaces or not ?
Thanks in advance
The text was updated successfully, but these errors were encountered: