Version 1.0.6 of gaxios doesn't seem to have any *.js files in it
See original GitHub issueSaw 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:
- Created 5 years ago
- Reactions:3
- Comments:10 (1 by maintainers)
Top 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 >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
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).
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!