Skip to content
New issue

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

Not able to build the global demo app for Android and iOS #51

Closed
felixkrautschuk opened this issue Dec 15, 2020 · 1 comment
Closed

Comments

@felixkrautschuk
Copy link
Contributor

Hello,

right now I am not able to build the demo app in this repository, I get the following error message while preparing the project:

Preparing project...
Multiple errors were thrown:
Cannot find module '@nativescript/localize/hooks/before-watchPatterns.js'
Require stack:

  • /Users/felixkrautschuk/PhpstormProjects/Forks/NativeScriptPlugins/apps/demo/hooks/before-watchPatterns/nativescript-localize.js
  • /usr/local/lib/node_modules/nativescript/lib/common/services/hooks-service.js
  • /usr/local/lib/node_modules/nativescript/lib/common/yok.js
  • /usr/local/lib/node_modules/nativescript/lib/bootstrap.js
  • /usr/local/lib/node_modules/nativescript/lib/nativescript-cli.js
  • /usr/local/lib/node_modules/nativescript/bin/tns
    Cannot find module '@nativescript/localize/hooks/before-watchPatterns.js'
    Require stack:
  • /Users/felixkrautschuk/PhpstormProjects/Forks/NativeScriptPlugins/apps/demo/hooks/before-watchPatterns/nativescript-localize.js
  • /usr/local/lib/node_modules/nativescript/lib/common/services/hooks-service.js
  • /usr/local/lib/node_modules/nativescript/lib/common/yok.js
  • /usr/local/lib/node_modules/nativescript/lib/bootstrap.js
  • /usr/local/lib/node_modules/nativescript/lib/nativescript-cli.js
  • /usr/local/lib/node_modules/nativescript/bin/tns
@janoshrubos
Copy link
Contributor

Please ensure all plugins build properly first.

Run npm start
type "build-all" (and hit ENTER) or select the @nativescript.build-all option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants