question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Module not found: Error: Can't resolve '@nebular/auth/helpers'

See original GitHub issue

Issue type

I’m submitting a … (check one with “x”)

  • bug report
  • feature request

Issue description

Importing getDeepFromObject in the components but it throws error:

Module not found: Error: Can’t resolve ‘@nebular/auth/helpers’

The helpers.d.ts exists in the location and has the line which exports the above function.

Using Nebular 4.

{
  "extends": "./tsconfig.json",
  "compilerOptions": {
    "outDir": "./out-tsc/app",
    "types": [],
    "paths": {
      "@nebular/*": [
        "./node_modules/@nebular/*"
      ]
    }
  },
  "include": [
    "src/**/*.ts",
    "./node_modules/@nebular/**/*.ts"
  ],
  "exclude": [
    "src/test.ts",
    "src/**/*.spec.ts"
  ]
}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:1
  • Comments:8 (3 by maintainers)

github_iconTop GitHub Comments

4reactions
ygggcommented, Jul 24, 2019

@arv1989 You need to import getDeepFromObject from @nebular/auth, not @nebular/auth/helpers

2reactions
maihannijatcommented, Jul 23, 2019

@arv1989 It is resolved. It works for me now.

Read more comments on GitHub >

github_iconTop Results From Across the Web

@nebular/auth - npm
Start using @nebular/auth in your project by running `npm i @nebular/auth`. There are 22 other projects in the npm registry using @nebular/auth.
Read more >
How to fix the build sass file from Nebular Auth - Stack Overflow
The solution is to create an src/themes.scss file like this: @import '~@nebular/theme/styles/theming'; ...
Read more >
Install Nebular - GitHub Pages
Please note, this tutorial explains how to install Nebular modules into your project. If you want to re-use any of ngx-admin custom components...
Read more >
cannot find module 'protractor' or its corresponding type ...
component.spec.ts:1:32 - error TS2307: Cannot find module '@angular/core/testing' or its corresponding type declarations. 1 import { TestBed, async } from '@ ...
Read more >
How to fix 'Module not found: Can't resolve 'http' in ... - YouTube
Basically, just change 'react-scripts' to 4.0.2 in your package.json and run `npm install` again :D Follow me on Twitter: ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found