OUTPUT_DIRECTORY_NOT_FOUND
The configured output directory is not found: {{outputDirectory}}
Last updated
Was this helpful?
The configured output directory is not found: {{outputDirectory}}

The directory path configured in myjsblock.config.js is invalid. When pushing a new version, the path of the file configured in myjsblock.config.js under outputDirectory was not found.
The directory configured under the outputDirectory property (configured in the myjsblock.config.js) must be located on your machine and reachable from the config file. If you didn't configure the outputDirectory in the configuration file, the default, dist, will be used.
An example project setup might be:
The configuration for such a project should be:
Last updated
Was this helpful?
Was this helpful?
output
βββ index.html
βββ main.js{
"outputDirectory": "output"
}