mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Marginally more helpful message to install phantom for self-test
This commit is contained in:
@@ -33,7 +33,9 @@ try {
|
||||
throw new Error([
|
||||
"Please install PhantomJS by running the following command:",
|
||||
"",
|
||||
" meteor npm install -g phantomjs-prebuilt",
|
||||
" /path/to/meteor npm install -g phantomjs-prebuilt",
|
||||
"",
|
||||
"Where `/path/to/meteor` is the executable you used to run this self-test.",
|
||||
""
|
||||
].join("\n"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user