add nodejs for fedora

main
sudo pacman -Syu 2021-02-18 16:06:36 +07:00
parent 702b07dfff
commit c57d88372d
3 changed files with 4 additions and 4 deletions

2
.gitignore vendored
View File

@ -1,2 +1,4 @@
# Node
node_modules/
package.json
package-lock.json

View File

@ -7,7 +7,8 @@ sudo dnf install \
neovim tmux \
exa bat fd-find ripgrep \
openssh \
golang
golang \
nodejs
# https://github.com/ohmyzsh/ohmyzsh/
sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)"

3
package-lock.json generated
View File

@ -1,3 +0,0 @@
{
"lockfileVersion": 1
}