
How to Use NPM --legacy-peer-deps command
Jan 23, 2023Need to understand what the purpose of the flag --legacy-peer-deps for NPM? This post will tell you how to use it and best practice!

Fixing: the type is defined in an assembly that is not referenced error
Jan 22, 2023Getting the type is defined in an assembly that is not referenced error in your .NET application? Check out this post for fixes!

[How To] Javascript format date to dd mm yyyy in 2023
Jan 21, 2023Need to convert dates to the format DD/MM/YYYY in JavaScript? Check this post for all the ways to this!

Fixing SyntaxError Unexpected Token 'export'
Jan 21, 2023Having issues with the error SyntaxError Unexpected Token 'export'. This post list ways to get rid of that!

How To find the .NPMRC File Locations
Jan 19, 2023Having issues locating the .npmrc file? Check this post to get all the locations on Windows, Mac (OSX), and Linux!

How to fix SyntaxError Unexpected Token in JSON
Jan 18, 2023Getting SyntaxError: Unexpected token < in JSON at position 0 when using fetch or JSON.parse. I will go over fixes for this!

Fixing DataTables Warning Incorrect Column Count
Jan 17, 2023Getting the DataTable warning of incorrect column count? Check this post to resolve it!

How to Fix NPM Sharp Command Failed error
Jan 16, 2023Guide on troubleshooting failing NPM install of Sharp with the command failed error!

[Fixed] SASS undefined mixin error
Jan 15, 2023Getting the dreaded SASS error of undefined mixin? This post will go over a few tips to fix this!

[Fixed] NPM error self signed certificate in certificate chain
Jan 14, 2023A common NPM error self signed certificate in certificate chain. This post will go over multiple ways to fix this!

[Solved] NPM copy files to dist folder
Jan 13, 2023Need a quick way to use NPM to copy files to the dist folder after build? Follow some suggestions in this post!

5 Steps to fix CSS float left not working issues
Jan 12, 2023We fix float left issues once and for all!