Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/playerx/nats-issue
https://github.com/playerx/nats-issue
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/playerx/nats-issue
- Owner: playerx
- Created: 2024-08-26T06:16:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-26T06:18:01.000Z (4 months ago)
- Last Synced: 2024-08-26T07:46:07.624Z (4 months ago)
- Language: HTML
- Size: 126 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nats.ws issue with latest Angular 18
Issue: Build doesn't work
Run: `npm run build` and you will get error:
```
✘ [ERROR] Could not resolve "crypto"node_modules/nats.ws/esm/nats.js:4914:24:
4914 │ crypto1 = require('crypto');
╵ ~~~~~~~~The package "crypto" wasn't found on the file system but is built into node. Are you trying to bundle for node? You can use "platform: 'node'" to do that, which will remove this error.
```