sudo npm i -g <module>
npm config set prefix
0 info it worked if it ends with ok | |
1 verbose cli [ | |
1 verbose cli '/home/bnb/.nvm/versions/node/v14.4.0/bin/node', | |
1 verbose cli '/home/bnb/.nvm/versions/node/v14.4.0/bin/npm', | |
1 verbose cli 'install' | |
1 verbose cli ] | |
2 info using [email protected] | |
3 info using [email protected] | |
4 verbose npm-session 3b025512bca24198 | |
5 silly install runPreinstallTopLevelLifecycles |
{ "key": "alt+down", "command": "workbench.action.terminal.focusNextPane", | |
"when": "terminalFocus" }, | |
{ "key": "alt+right", "command": "workbench.action.terminal.focusNextPane", | |
"when": "terminalFocus" }, | |
{ "key": "alt+up", "command": "workbench.action.terminal.focusPreviousPane", | |
"when": "terminalFocus" }, | |
{ "key": "alt+left", "command": "workbench.action.terminal.focusPreviousPane", | |
"when": "terminalFocus" }, |
a |
Recently, I've been working a lot more with GitHub Actions - both writing actions and creating CI pipelines for projects.
Last week I picked up a project I started a bit ago: the nodejs/examples repository.
Note: The examples repository is still in early stages. As such, there's still a bunch of WIP work we're doing - we've intentionally not talked a bunch publicly about it yet. That said, if you're interested in helping, feel free to reach out to me on Twitter or the OpenJS Slack ❤️
The goal of this repository is to be home to a bunch of distinct and well-tested examples of real-world Node.js that go beyond "hello, world!". This means there's hopefully going to be a boatload of distinct projects in there.