scramjetorg / platform-samples

Scramjet Cloud Platform Sequence Samples
MIT License
8 stars 0 forks source link

[BUG] NPM workspaces started to work! #31

Open patuwwy opened 1 year ago

patuwwy commented 1 year ago

I don't know exactly when but npm started to embrace workspaces as such. Because of that node_modules is in root repo and not in individual packages. npm i doesn't install node_modules in sequence's directory. If we pack a sequence from this repo and it has dependencies defined in package.json it simply won't work.

mercs600 commented 1 year ago

We are struggling with the same issue, but based on yarn workspaces.

MichalCz commented 1 year ago

This should be fixed now.