This repository has been archived by the owner on Mar 19, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Solve the global npm module dependency problem
- Loading branch information
1 parent
6ab969d
commit ea85670
Showing
2 changed files
with
9 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,17 +11,14 @@ npm install --global --production windows-build-tools | |
Then run the following commands from project's root directory: | ||
|
||
``` | ||
npm install -g [email protected] | ||
npm install -g [email protected] | ||
npm install -g [email protected] | ||
npm install | ||
npm run compile | ||
``` | ||
|
||
## Run Unit Tests | ||
* run `npm run testrpc` from project's root directory in terminal. | ||
* run `npm run test` from project's root directory in another terminal window. | ||
|
||
* run single test: `npm run test -- transpiled/test/xxx.js` | ||
|
||
## Run Unit Tests inside Docker | ||
|
||
|
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