Change Node.js to Node Version Manager
- List all global packages installed in your system
ls /usr/local/lib/node_modules > ~/node-packages.txt
- Remove all packages
| import * as blockchainUseCases from "./blockchain/useCases" | |
| import * as dexUseCases from "./dex/useCases" | |
| import * as statsUseCases from "./stats/useCases" | |
| import * as userUseCases from "./user/useCases" | |
| const useCases = { | |
| ...blockchainUseCases, | |
| ...dexUseCases, | |
| ...statsUseCases, | |
| ...userUseCases, |
| { | |
| "explorer.confirmDelete": false, | |
| "css.validate": true, | |
| "less.validate": false, | |
| "scss.validate": false, | |
| "typescript.updateImportsOnFileMove.enabled": "always", | |
| "javascript.updateImportsOnFileMove.enabled": "always", | |
| "[javascript]": { | |
| "editor.defaultFormatter": "esbenp.prettier-vscode", | |
| "editor.formatOnSave": true |
| "use strict"; | |
| // Future versions of Hyper may add additional config options, | |
| // which will not automatically be merged into this file. | |
| // See https://hyper.is#cfg for all currently supported options. | |
| module.exports = { | |
| config: { | |
| // choose either `'stable'` for receiving highly polished, | |
| activeTab: ':🚀:', | |
| // or `'canary'` for less polished but more frequent updates | |
| updateChannel: 'stable', |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] | |
| [email protected] |
| # Path to your oh-my-zsh installation. | |
| export ZSH=$HOME/.oh-my-zsh | |
| plugins=(git npm nyan) | |
| if [[ -x `which nc` ]]; then | |
| alias nyan='nc -v nyancat.dakko.us 23' # nyan cat | |
| fi | |
| # Set name of the theme to load. | |
| # Look in ~/.oh-my-zsh/themes/ |
| sudo curl -o /usr/local/bin/imgcat -O https://raw.githubusercontent.com/gnachman/iTerm2/master/tests/imgcat && sudo chmod +x /usr/local/bin/imgcat | |
| # If you have a better way to fix the permissions, comment below! |
ls /usr/local/lib/node_modules > ~/node-packages.txt
| { | |
| "keys": ["tab"], | |
| "command": "expand_abbreviation_by_tab", | |
| // put comma-separated syntax selectors for which | |
| // you want to expandEmmet abbreviations into "operand" key | |
| // instead of SCOPE_SELECTOR. | |
| // Examples: source.js, text.html - source | |
| "context": [ | |
| { |
| { | |
| "bold_folder_labels": true, | |
| "caret_extra_width": 1, | |
| "caret_style": "phase", | |
| "color_scheme": "Packages/User/SublimeLinter/Visual Studio Dark (SL).tmTheme", | |
| "copy_with_empty_selection": false, | |
| "draw_white_space": "all", | |
| "fade_fold_buttons": false, | |
| "flatland_sidebar_tree_large": true, | |
| "flatland_square_tabs": true, |