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

Build error on NS 8.4 #197

Open
justintoth opened this issue Dec 2, 2022 · 0 comments
Open

Build error on NS 8.4 #197

justintoth opened this issue Dec 2, 2022 · 0 comments

Comments

@justintoth
Copy link

Make sure to check the demo app(s) for sample usage

Make sure to check the existing issues in this repository

If the demo apps cannot help and there is no issue for your problem, tell us about it

Please, ensure your title is less than 63 characters long and starts with a capital
letter.

Which platform(s) does your issue occur on?

  • iOS
  • iOS 16.1
  • Both emulator and deivce

Please, provide the following version numbers that your issue occurs with:

  • CLI: (run tns --version to fetch it) 8.4.0
  • Cross-platform modules: (check the 'version' attribute in the
    node_modules/@nativescript/core/package.json file in your project)

Please, tell us how to recreate the issue in as much detail as possible.

After upgrading to NS 8.4, when I run "ns run ios" there is a build error with this package.

ERROR in ./node_modules/@triniwiz/nativescript-pager/common.js 5:16-57
Module not found: Error: Can't resolve '@nativescript/core/utils/utils' in '/Users/justintoth/Dev/housters/UI/node_modules/@triniwiz/nativescript-pager'
resolve '@nativescript/core/utils/utils' in '/Users/justintoth/Dev/housters/UI/node_modules/@triniwiz/nativescript-pager'
  Parsed request is a module
  using description file: /Users/justintoth/Dev/housters/UI/node_modules/@triniwiz/nativescript-pager/package.json (relative path: .)
    resolve as module
      looking for modules in /Users/justintoth/Dev/housters/UI/node_modules
        existing directory /Users/justintoth/Dev/housters/UI/node_modules/@nativescript/core
          using description file: /Users/justintoth/Dev/housters/UI/node_modules/@nativescript/core/package.json (relative path: .)
            using description file: /Users/justintoth/Dev/housters/UI/node_modules/@nativescript/core/package.json (relative path: ./utils/utils)
              no extension
                /Users/justintoth/Dev/housters/UI/node_modules/@nativescript/core/utils/utils doesn't exist
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

1 participant