Consolidating all dependencies into a single package.json #906
Replies: 1 comment 2 replies
-
Hi @rileydanejohnston , At first glance your dependency declaration looks fine. Side note: I would recommend to migrate to the 1.0.0 release instead of using 0.10.0 nightlies.
If everything up to the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I'm in the process of integrating my graphical editor with another project and I wanted to see if it's possible to consolidate all the different package.jsons for the workflow/node-json-vscode example into one main package.json. Are there any resources/packages that need to be a specific version? Also, is there any reason why we can't use npm instead of yarn?
We've created this main package.json file and placed it in the graphical-editor directory. This is what the dependencies look like currently (this package.json lives in the graphical-editor directory). It seems like the server starts just fine but the client doesn't send the requestModel action:
Beta Was this translation helpful? Give feedback.
All reactions