decentraland / creator-hub

MIT License
0 stars 4 forks source link

fix: use binaries from editor node_modules in case they are not installed in the scene #65

Closed cazala closed 2 months ago

cazala commented 2 months ago

This PR removes the use of the scene path as the workspace when doing a sdk-commands start or a sdk-commands deploy because when working on scenes that do not have a node_modules folder (like Goerli Plaza, because the node_modules is one directory above).

It also removes some warnings from the npm install logs that pollute the main logs.

Closes #57. It does not run commands with npx because that did not work properly on the executable version of the app. But this approach still fixes the issue.