-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
4 changed files
with
212 additions
and
212 deletions.
There are no files selected for viewing
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 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
Oops, something went wrong.
5bddf3c
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.
@JeroenVinke since you updated
package.json
file andconfig.js
(which should be considered as the file created by jspm and as such in no need to be edited in most cases), I would presume that until new Aurelia update, we should install this tool by running 'npm installfollowed by 'jspm install
True?
5bddf3c
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.
It is not that the combination of changes to both
package.json
andconfig.js
requiresjspm install
, as a change in either file requires you to do that. To be honest, I don't watch the repository for changes like that. Whenever I get a 404 for something injspm_packages
, I runjspm install
5bddf3c
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.
A miscommunication possible: I mean to say to run we should install this tool by running 'npm install
followed by 'jspm install
instead of 'npm installfollowed by 'jspm update
.If your response remains - then we do not need to discuss this any further
5bddf3c
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,
npm install
and thenjspm install
should do the trick5bddf3c
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 had to do
jspm update
afterwards to fetch the current versions.