https://github.com/tylersamples/snowpack-bug
https://github.com/tylersamples/snowpack-bug
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tylersamples/snowpack-bug
- Owner: tylersamples
- Created: 2021-04-26T23:56:30.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-27T02:33:48.000Z (about 5 years ago)
- Last Synced: 2025-06-05T18:07:56.874Z (about 1 year ago)
- Language: JavaScript
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps To Reproduce
* `$ git clone git@github.com:tylersamples/snowpack-bug.git # clone repo`
* `$ cd snowpack-bug/assets # change directory to assets`
* `$ npm install`
* `$ npx snowpack dev`
* Observe the error:
```
[18:53:47] [snowpack] Build Result Error: There was a problem with a file build result.
[18:53:47] [snowpack] Error: Unexpected: Unscanned package import couldn't be built/resolved.
```