How to Fix NPM Error Code 127
Jan 28, 2023Checklist to fix the error NPM Error Code 127!
How to Fix Javascript onbeforeunload not working
Jan 26, 2023Ever had problems with onbeforeunload not triggering? Check out steps to fix this in this post!
Fixed - Node / NPM err_ossl_evp_unsupported error
Jan 26, 2023Getting the err_ossl_evp_unsupported or 0308010c:digital envelope routines::unsupported. Check this post to see the fixes!
[Fixed] await is only valid in async functions and the top level bodies of modules
Jan 25, 2023Wondered to how to fix 'await is only valid in async functions and the top level bodies of modules' errors? Check out options in this post!
[Fixed] NPM / Node Error err_require_esm
Jan 24, 2023Ever saw the error err_require_esm? This is due to ESM-only modules. Check out this post on how to fix it!
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!