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.

`module` build is empty

See original GitHub issue

Describe the bug in package.json:

  "module": "dist/index.mjs",
$ cat node_modules/@shoelace-style/shoelace/dist/index.mjs 
export * from './esm/index.mjs';
$ cat node_modules/@shoelace-style/shoelace/dist/esm/index.mjs


^ empty file

To Reproduce Steps to reproduce the behavior:

  1. install from npm
$ cat node_modules/@shoelace-style/shoelace/package.json 
{
  "name": "@shoelace-style/shoelace",
  "version": "2.0.0-beta.5",
  1. cat files

Expected behavior files have content

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
claviskacommented, Jul 20, 2020

It is as of a few seconds ago: https://www.npmjs.com/package/@shoelace-style/shoelace

I still need to automate the release. Thanks for working through the pre-stable hiccups with me! 😅

0reactions
NullVoxPopulicommented, Jul 20, 2020

is it? 😉

image

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to build an empty module · Issue #318 · openzfs/spl
I trying to compile modules for kernel 3.8.0 from precize (12.04) repo. I have installed linux-image, linux-headers. When i run .
Read more >
Installed module is empty - python
I can see a warning saying install_lib: 'build/lib' does not exist -- no Python modules to install . If i try to use...
Read more >
configure: error: *** Unable to build an empty module.
Hi, I am trying to build spl-0.6.2 on Centos 6.4 (2.6.32-358.el6.x86_64). ... configure: error: *** Unable to build an empty module. Where do...
Read more >
configure: error: *** Unable to build an empty module. | Topicbox
Hi, I am running Flatcar Linux with the Edge channel on a machine. After upgrading to version 2205.99.0 I am no longer able...
Read more >
empty modules.dep for new kernel compilation
# Device nodes to trigger on-demand module loading. i'am compiling kernel 4.7.0 using host with version 4.4.x (ubuntu 16.04), there are a lot...
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