This repository has been archived by the owner on Jul 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use npmlog for all install script output
In for a penny in for a pound. I also noticed that #1786 resulted in some funky looking console output. I've taken this opportunity to tidy up our install script output whilst maintaining the information useful for debugging install issues. ``` > [email protected] install /Users/xzyfer/Projects/Sass/upstream/node-sass > node scripts/install.js http node-sass install Downloading binary from https://github.com/sass/node-sass/releases/download/v3.11.3/darwin-x64-47_binding.node http node-sass install Download complete info node-sass install Binary saved at /Users/xzyfer/Projects/Sass/upstream/node-sass/vendor/darwin-x64-47/binding.node > [email protected] postinstall /Users/xzyfer/Projects/Sass/upstream/node-sass > node scripts/build.js info node-sass build Binary found at /Users/xzyfer/Projects/Sass/upstream/node-sass/vendor/darwin-x64-47/binding.node info node-sass build Testing binary info node-sass build Binary is fine > [email protected] prepublish /Users/xzyfer/Projects/Sass/upstream/node-sass > not-in-install && node scripts/prepublish.js || in-install ```
- Loading branch information
Showing
2 changed files
with
25 additions
and
18 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