Create a git repo using the directory content. Delete the directory content from the original repo (if existing in current git repo being used) Now...
Edit /etc/fstab to add the new swap partition as system swap space. sudo nano /etc/fstab Get the UUID of the partition using the command sudo blkid...
Install the following packages: "@babel/core": "^7.15.0", "@babel/preset-env": "^7.15.0", "babel-jest": "^26.0.1", "jest": "^26.0.1" Create a file...
SvelteKit exposes $lib to eliminate the need of using '../../' while importing components into the routes. $lib is by default pointing...
If you are new to Svelte, its very likely that you might run into the following error: Error: failed to load module for ssr: /src/lib/song/SongMeta ...
This blog article assumes the following directory structure: - client\ - server\ - src - index.js - package.json - .git\ - README.md You...