This file contains hidden or 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
| // ==UserScript== | |
| // @name Autoclose Zoom Tab | |
| // @namespace Autoclose Zoom Tab | |
| // @include * | |
| // ==/UserScript== | |
| // separate words or phrases with a comma | |
| var wkwkw = 0; | |
| var now = 999999; |
This file contains hidden or 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
| 'npx [email protected] compile --all' running (use --truffle-version [email protected] to use specific version) | |
| No local truffle config found. Using all defaults... | |
| Compiling your contracts... | |
| =========================== | |
| > Compiling ./contracts/Events/CategoricalEvent.sol | |
| > Compiling ./contracts/Events/Event.sol | |
| > Compiling ./contracts/Events/EventFactory.sol | |
| > Compiling ./contracts/Events/ScalarEvent.sol | |
| > Compiling ./contracts/MarketMakers/LMSRMarketMaker.sol |
This file contains hidden or 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
| // check version | |
| node -v || node --version | |
| // list installed versions of node (via nvm) | |
| nvm ls | |
| // install specific version of node | |
| nvm install 6.9.2 | |
| // set default version of node |