Skip to content

Fix build-ios-assets exception

See https://gitlab.com/gitlab-org/gitter/gitter-ios-app/issues/54 for more details of the issue

Unable to render Error: [mobile/native-embedded-chat-app.hbs] You probably need to wait for the Gitter webpack build to finish. Error occurred while requiring `output/assets/js/webpack-manifest.json`: Error: Cannot find module '../../../output/assets/js/webpack-manifest.json'
Error: Cannot find module '../../../output/assets/js/webpack-manifest.json'
    at Function.Module._resolveFilename (internal/modules/cjs/loader.js:636:15)
    at Function.Module._load (internal/modules/cjs/loader.js:562:25)
    at Module.require (internal/modules/cjs/loader.js:692:17)
    at require (internal/modules/cjs/helpers.js:25:18)

Testing strategy

  1. Delete the output/ directory
  2. npm run build-ios-assets

Closes https://gitlab.com/gitlab-org/gitter/gitter-ios-app/issues/54

Edited by Eric Eastwood

Merge request reports