Closed gioragutt closed 1 year ago
add a preview-with-remotes task in the host project
💯 this is very good!
I think this file apps/cart/package-lock.json can be deleted, right?
add a preview-with-remotes task in the host project
💯 this is very good!
I agree, however currently the behavior is broken, as mentioned in Discord. Idk how to check it
I think this file apps/cart/package-lock.json can be deleted, right?
Probably not, considering it does have a devDependency.
I'd introduce workspaces (via npm/yarn/pnpm) to ease managing dependencies between packages (as well as installing everything all at once, instead of having to install per project with dependencies)
preview-with-remotes
task in the host project.nx:run-commands
to start all the remotes together, nicely organizing the output.host
port to 5001 from 5000.403
errors when trying to accesslocalhost:5000
in the browsernpm i
ed in all the packages. This solved the issue I had but it showed that thepackage-lock.json
s were outdated