We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Some functionalities rely on absolute reference to files inside the node_modules folder. The references are coming from places like:
GEPPETTO.Utility.extractCommandsFromFile(
new Worker("/geppetto/node_modules/@geppettoengine/geppetto-client/geppetto-client/js/geppettoProject/PullStatusWorker.js");
It is important to remove those references in order to make the application code deployable without the node_modules folder in place.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Some functionalities rely on absolute reference to files inside the node_modules folder.
The references are coming from places like:
GEPPETTO.Utility.extractCommandsFromFile(
new Worker("/geppetto/node_modules/@geppettoengine/geppetto-client/geppetto-client/js/geppettoProject/PullStatusWorker.js");
It is important to remove those references in order to make the application code deployable without the node_modules folder in place.
The text was updated successfully, but these errors were encountered: