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.

Version 1.0.6 of gaxios doesn't seem to have any *.js files in it

See original GitHub issue

Saw this while investigating "Error: Cannot find module 'gaxios'" error that started happening for my program today. See below, it seems version 1.0.2 has “build” directory but version 1.0.6 that was released today does not.

@azina:node_modules$
@azina:test$ npm install gaxios@1.0.2
...
+ gaxios@1.0.2
updated 1 package and audited 524 packages in 0.638s
found 0 vulnerabilities

@azina:test$ ls node_modules/gaxios/
LICENSE  README.md  build  package.json


@azina:test$ npm install gaxios@1.0.6
...
+ gaxios@1.0.6
updated 1 package and audited 524 packages in 0.76s
found 0 vulnerabilities

@azina:test$ ls node_modules/gaxios/
LICENSE  README.md  package.json

Issue Analytics

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

github_iconTop GitHub Comments

4reactions
codyzucommented, Jan 4, 2019

For the maintainers: please delete that bad package from npm ASAP, this breaks @google-cloud/trace-agent especially when deploying to google cloud functions (where the package-lock.json and yarn.lock files are not respected).

2reactions
JustinBeckwithcommented, Jan 4, 2019

Oh my word, apologies folks. This release obviously should not have gone out 😦 I just pushed 1.0.7 which resolves the issue. Apologies again!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Compiled JavaScript import is missing file extension #40878
js extensions on the imports, I can't get testing working. Tried with Mocha and Jest, but no luck so far: they complain the...
Read more >
Why are my javascript files not loading 'consistently' in IE7?
The version query string parameter doesn't appear to have any effect either since I've both had and not had the problem immediately after...
Read more >
Chapter 1, Writing Your First JavaScript Program - O'Reilly
This book doesn't discuss that aspect of JavaScript programming, but for a great video introduction to Node.js, check out www.youtube.com/watch?v=hKQr2DGJjUQ/.
Read more >
Download RequireJS
js : Optimizer and Node/Rhino/Nashorn/xpcshell adapter Download. The r.js file allows you to run the optimizer as well as run modules in Node,...
Read more >
Working with JavaScript in Visual Studio Code
You must have a .js/.ts file open in the editor to run this command. If you open a TypeScript file, the version appears...
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