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:
- Created 5 years ago
- Comments:5 (3 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Confirmed Fixed. Thanks
Confirmed. I’m actively working on a fix. Apologies folks!