https://github.com/ericclemmons/amplify-js-issues-4506
https://github.com/aws-amplify/amplify-js/issues/4506
https://github.com/ericclemmons/amplify-js-issues-4506
Last synced: 3 months ago
JSON representation
https://github.com/aws-amplify/amplify-js/issues/4506
- Host: GitHub
- URL: https://github.com/ericclemmons/amplify-js-issues-4506
- Owner: ericclemmons
- Created: 2019-12-04T17:18:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T12:28:52.000Z (over 3 years ago)
- Last Synced: 2025-04-06T07:15:40.877Z (about 1 year ago)
- Language: HTML
- Size: 906 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amplify-js-issues-4506
> https://github.com/aws-amplify/amplify-js/issues/4506
`npm run start` has an error:
```console
❯ npm run start
> amplify-test@1.0.0 start /private/tmp/4506
> parcel index.js --open
Server running at http://localhost:1234
🚨 /private/tmp/4506/node_modules/@aws-amplify/core/lib-esm/Util/Reachability.js:1:28: Cannot resolve dependency 'zen-observable'
> 1 | import * as Observable from 'zen-observable';
| ^
2 | var ReachabilityNavigator = /** @class */ (function () {
3 | function ReachabilityNavigator() {
4 | }
```