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.

This issue is for a:

- [X] bug report

Minimal steps to reproduce

I’ve found 2 ways to reproduce the issue :

On a fresh App

  • create an app with create-react-app and cd into it
  • yarn install react-aad-msal, that installs v0.3.10 at the time of writing
  • in any .js file, add import { AzureAD } from 'react-aad-msal'; and use <AzureAD>
  • yarn start

Using the sample App

  • Clone the git repo
  • cd react-aad-msal/sample
  • rm -rf node_modules
  • in package.json, replace "react-aad-msal": "file:../", by "react-aad-msal": "0.3.10",
  • yarn start

Any log messages given by the failure

In both cases, the console where App is started says Module not found: Can't resolve 'react-aad-msal' And I’m unable to use the components of the package.

Expected/desired behavior

  • react-aad-msal actually contains something

OS and Version?

macOS High Sierra 10.13.4

Versions

  • node v8.11.2
  • yarn v0.19.1

Mention any other details that might be useful

Here is the content of node_modules/react-aad-msal, that seems a bit empty to me image

Hope this is clear enough, talk to you soon! 👋

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
cicoriascommented, May 16, 2018

A build was triggered that creates a version 3.17 and that isn’t empty. Sorry about this @cadichris – still transitioning to Travis version and publish

We have another item #7 that is still open on this to fix

1reaction
liliankasemcommented, May 16, 2018

No problem! And thanks, we will need all the luck :p

I’m going to reopen the issue just so that the team is aware 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

Service Management V1 API - Class Google::Protobuf::Empty ...
A generic empty message that you can re-use to avoid defining duplicated empty messages in your APIs. A typical example is to use...
Read more >
/cli/tests/subdir/empty.ts | deno@v1.6.1 | Deno
import * as deno from "https://deno.land/x/deno@v1.6.1/cli/tests/subdir/empty.ts";. The documentation for this module is currently unavailable. Why Deno?
Read more >
UsePythonVersion@0 - Use Python version v0 task
Use Python version v0 # Use the specified version of Python from the tool cache, ... Leaving this empty may cause download failures....
Read more >
"Empty device list" after using "x2 save matching devices to"
I'm certainly seeing some buggy behaviour with saving matching devices to a variable, when combined with stays . On my test piston, it's ......
Read more >
beacon package - github.com/connorwstein/prysm/beacon-chain/rpc ...
This section is empty. ... func (*Server) GetBeaconConfig ¶ added in v0.3.2 ... The server may return an empty list when no attestations...
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