-
Notifications
You must be signed in to change notification settings - Fork 16
Getting started tweaks #70
base: mhofman/hack-getting-started
Are you sure you want to change the base?
Getting started tweaks #70
Conversation
bed5441
to
50da48a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Either we need to redo the resolutions, or accept the fact we'll need to rely on the babel patches for now
yarn.lock
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh no we have a bunch of @endo
and @babel
deps that got bumped up!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I'd prefer to rely on resolutions in addition to the yarn.lock.
README.md
Outdated
cd $HOME | ||
# Install the dapp into a directory named demo | ||
npm create @agoric/dapp@getting-started-dev init --dapp-template dapp-card-store --dapp-branch mhofman/hack-getting-started demo | ||
npm create @agoric/dapp -- --dapp-template dapp-card-store --dapp-branch mhofman/hack-getting-started demo |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why remove the @getting-started-dev
tag? until we publish a new latest
, don't we need it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I published @agoric/create-dapp
already since it uses the agoric@getting-started
already, and only relies on agoric init
to do the right thing, which it does.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The latest
tag is technically older: https://www.npmjs.com/package/@agoric/create-dapp?activeTab=versions
If we end up making changes, they wouldn't be picked up
FYI @dckc some dapp work for NPM compatibility that Michael and I did during the hackathon |
No description provided.