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.

npm run start pulls an old version of react-aad-msal

See original GitHub issue

This issue is for a: (mark with an x)

- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)

Minimal steps to reproduce

from the root folder (react-aad-msal), run npm start (also tried with sudo npm start) look into the sample/lib/node_modules/react-aad-msal/dist folder the index.js file doesn’t have @omusavi 's redirect fix

Expected/desired behavior

I thought @pjlittle set the sample repo up to pull react-aad-msal from src?

OS and Version?

macOS Sierra

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
liliankasemcommented, May 10, 2018

0reactions
cicoriascommented, May 11, 2018

yea, it’s not uncommon for samples embedded in the library project use in requires

let mylib = require(‘../lib’).   instead of the npm package name.
Read more comments on GitHub >

github_iconTop Results From Across the Web

Why does npm try to compile a old version of my code?
The script.start command is node ./compiler.js --build --watch --prompt --serve --transpile . Any other suggestions? – ...
Read more >
npm-start
This runs a predefined command specified in the "start" property of a package's "scripts" object. If the "scripts" object does not define a...
Read more >
npm: How To Install A Specific Version of Node.js Package
4 How To Install An Older Version Of An npm Package ... Here's the command to run for npm install specific version: ...
Read more >
Setting up a Node development environment - MDN Web Docs
Testing your Nodejs and npm installation. The easiest way to test that node is installed is to run the "version" command in your ......
Read more >
How to Install npm, Master npm Commands & Use Packages
But before we can start using npm, we first have to install Node.js ... If you realize you have an older version, you...
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