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.

Possible issue with v28.0.0

See original GitHub issue

@JustinBeckwith - Encountered issue when upgrading to v28.0.0 through NPM. Thought it might be because I’m not using TypeScript, but even so, it still may break builds. Using v27.0.0 restored successfully so it seems the issue is isolated to v28.0.0. Reporting early in hopes if this is a true issue, impact is reduced

Example…

  • Start with an empty directory (preferably outside a parent path with node_modules/)
  • npm install googleapis
  • new index.js file
'use strict';
var google = require('googleapis');
  • Run the script
$ node index.js 
module.js:549
    throw err;
    ^

Error: Cannot find module 'googleapis'
    at Function.Module._resolveFilename (module.js:547:15)
    at Function.Module._load (module.js:474:25)
    at Module.require (module.js:596:17)
    at require (internal/module.js:11:18)

Let me know if there’s something else I can do to diagnose. Ryan

Node: v8.10.0 NPM: v5.8.0

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
ryanlelekcommented, Mar 30, 2018

Confirmed Fixed. Thanks

1reaction
JustinBeckwithcommented, Mar 30, 2018

Confirmed. I’m actively working on a fix. Apologies folks!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Expo SDK v28.0.0 is now available | by Brent Vatne | Exposition
Expo SDK v28.0.0 is based on React Native 0.55.4, the latest version at the ... Notifications : Fixed some issues with tapping notifications...
Read more >
Data service issues since v28 upgrade - Sage 50 Accounts
If the version is a flat 28.0.0.0 then we know that the Sage 50 app is not happy. First we see this: Followed...
Read more >
V28 on PC & Q2 but Airlink not visible on PC beta tab?
Solved: As above, I have V28 software on both my PC and Quest 2. The Quest 2 shows Airlink in the beta settings...
Read more >
Breaking Changes - AG Grid
6th Jul 2022 - Grid v28.0.0 (Charts v6.0.0) ... The old behaviour of always purging all rows is available by enabling the grid...
Read more >
Adobe Flash Player 28.0.0.126 - Adobe Security Bulletin
Adobe has released a security update for Adobe Flash Player for Windows, Macintosh, Linux and Chrome OS. This update addresses a regression that ......
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