Seth Kenlon is a UNIX geek, free culture advocate, independent multimedia artist, and D&D nerd. He has worked in the film and computing industry, often at the same time. He is one of the maintainers of the Slackware-based multimedia production project Slackermedia.
Seth Kenlon
New Zealand (South Island)
Authored Comments
Good catch, thanks. This article has been updated to include the missing `rpmbuild -bs` command.
The dot in `
node ./src/index.js
` is part of the file path. While it's not essential, it's a common and safe way to ensure you're running the file you think you're running. If you type./src/index.js
and you get an error that there's no such directory, then you know that you're not where you think you are in your terminal.