Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drwpow/snowpack-optimize-test
https://github.com/drwpow/snowpack-optimize-test
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/drwpow/snowpack-optimize-test
- Owner: drwpow
- Created: 2021-03-23T19:51:07.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-23T19:51:24.000Z (almost 4 years ago)
- Last Synced: 2024-10-15T00:34:05.786Z (2 months ago)
- Language: HTML
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Error:
```
$ rm -rf build && snowpack build
[14:49:03] [snowpack] ! building files...
[14:49:03] [snowpack] ✔ files built. [0.01s]
[14:49:03] [snowpack] ! building dependencies...
[14:49:03] [snowpack] ✔ dependencies built. [0.00s]
[14:49:03] [snowpack] ! writing to disk...
[14:49:03] [snowpack] ✔ write complete. [0.00s]
[14:49:03] [snowpack] ! optimizing build...
[14:49:03] [snowpack] ENOENT: no such file or directory, unlink '/Users/drewpowers/Code/drwpow/snowpack-optimize-test/build/main.css'
[14:49:03] [snowpack] Error: ENOENT: no such file or directory, unlink '/Users/drewpowers/Code/drwpow/snowpack-optimize-test/build/main.css'
```