You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new latest / agoric-upgrade-11 NPM release missed backporting some fixes and uncovered new issues when testing Getting Started (card store version).
The wallet UI exposed by ag-solo (port 8000), fails to load because of a bad resolution (tries to lookup in dapp-foo/node_modules/node_modules/@agoric/wallet-ui/build/index.html)
To Reproduce
Follow getting started with npx agoric@latest install latest
Expected behavior
Can build / start UI and wallet
Platform Environment
NPM latest / agoric-upgrade-11
Additional context
The text was updated successfully, but these errors were encountered:
mhofman
changed the title
Missing eslint-config.cjs in @agoric/eslint-config@agoric-upgrade-11
agoric-upgrade-11 NPM packages fail getting started steps
Sep 27, 2023
I actually ran through those steps friday substituting community-dev as appropriate, and didn't run into any issue. We should consider updating the community-dev tag and branch
Describe the bug
The new
latest
/agoric-upgrade-11
NPM release missed backporting some fixes and uncovered new issues when testing Getting Started (card store version).In particular, existing fixes:
@agoric/swingset-liveslots
from build: clean up notifier deps #7921@agoric/eslint-config
from remove web UI packages #7922New uncovered issues
interopRequireWildcard
can trigger override mistake babel/babel#15995: New override mistakes with some@babel
package versions entrained by@endo/bundle-source
dapp-foo/node_modules/node_modules/@agoric/wallet-ui/build/index.html
)To Reproduce
Follow getting started with
npx agoric@latest install latest
Expected behavior
Can build / start UI and wallet
Platform Environment
NPM
latest
/agoric-upgrade-11
Additional context
The text was updated successfully, but these errors were encountered: