Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tungv/jsr-publish-fails-repro


https://github.com/tungv/jsr-publish-fails-repro

Last synced: 15 days ago
JSON representation

Awesome Lists containing this project

README

        

## Reproduction steps

```
npx jsr publish
```

Expected
```
Checking for slow types in the public API...
Publishing @jerni/[email protected] ...
Successfully published @jerni/[email protected]
Visit https://jsr.io/@jerni/[email protected] for details

Completed in 3s
```

Actual
```
Downloading JSR binary...
[00:00] [################################################>-] 37.5 MiB/38.3 MiB
Checking for slow types in the public API...
Publishing @jerni/[email protected] ...
error: Failed to publish @jerni/[email protected]

Caused by:
Failed to publish @jerni/publish-test at 0.0.3: failed to build module graph: Module not found "file:///src/lodash".
at file:///src/index.ts:1:15
Child process exited with: 1
```