This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 296
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This was referenced Oct 1, 2014
kevinsawicki
force-pushed
the
ks-install-cache
branch
from
October 8, 2014 17:38
50c59c5
to
a7cdd66
Compare
kevinsawicki
changed the title
Cache modules across installed packages
Generate module cache during install
Oct 8, 2014
Thanks. . |
This makes it so the next activate call will be able to use the cached versions immediately.
kevinsawicki
force-pushed
the
ks-install-cache
branch
from
October 15, 2014 21:03
aad675b
to
b120210
Compare
kevinsawicki
added a commit
that referenced
this pull request
Oct 15, 2014
Generate module cache during install
So apm install now adds cache details to the installed package's package.json file. You can run apm rebuild-module-cache to generate this cache information for all installed packages. This will be available once Atom 0.138 is out since it ships with apm 0.104 |
Sorry, but how do you run "apm rebuild-module-cache" on Windows? Edit: Open cmd and cd to atom\resources\app\apm\node_modules\atom-package-manager\bin to run it. |
@austinbutler Did you install via chocolatey? If so, |
1 task
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Generate module cache details when doing
apm install
and also improve install by warning about installing bundled packages, installing the latest compatible version, and warming the Coffee/CSON cache after installation.Closes #168
Closes #169
Closes #196
Refs atom/atom#3672
Refs atom/atom#3761