Latest Posts

Checklist to fix the error NPM Error Code 127!

How to Fix NPM Error Code 127

Jan 28, 2023

Checklist to fix the error NPM Error Code 127!

Ever had problems with onbeforeunload not triggering? Check out steps to fix this in this post!

How to Fix Javascript onbeforeunload not working

Jan 26, 2023

Ever had problems with onbeforeunload not triggering? Check out steps to fix this in this post!

Getting the err_ossl_evp_unsupported or 0308010c:digital envelope routines::unsupported. Check this post to see the fixes!

Fixed - Node / NPM err_ossl_evp_unsupported error

Jan 26, 2023

Getting the err_ossl_evp_unsupported or 0308010c:digital envelope routines::unsupported. Check this post to see the fixes!

Wondered 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] await is only valid in async functions and the top level bodies of modules

Jan 25, 2023

Wondered 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!

Ever saw the error err_require_esm? This is due to ESM-only modules. Check out this post on how to fix it!

[Fixed] NPM / Node Error err_require_esm

Jan 24, 2023

Ever saw the error err_require_esm? This is due to ESM-only modules. Check out this post on how to fix it!

Need 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!

How to Use NPM --legacy-peer-deps command

Jan 23, 2023

Need 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!

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

Fixing: the type is defined in an assembly that is not referenced error

Jan 22, 2023

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

Need to convert dates to the format DD/MM/YYYY in JavaScript? Check this post for all the ways to this!

[How To] Javascript format date to dd mm yyyy in 2023

Jan 21, 2023

Need to convert dates to the format DD/MM/YYYY in JavaScript? Check this post for all the ways to this!

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

Fixing SyntaxError Unexpected Token 'export'

Jan 21, 2023

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

Having issues locating the .npmrc file? Check this post to get all the locations on Windows, Mac (OSX), and Linux!

How To find the .NPMRC File Locations

Jan 19, 2023

Having issues locating the .npmrc file? Check this post to get all the locations on Windows, Mac (OSX), and Linux!

Getting SyntaxError: Unexpected token < in JSON at position 0 when using fetch or JSON.parse. I will go over fixes for this!

How to fix SyntaxError Unexpected Token in JSON

Jan 18, 2023

Getting SyntaxError: Unexpected token < in JSON at position 0 when using fetch or JSON.parse. I will go over fixes for this!

Getting the DataTable warning of incorrect column count? Check this post to resolve it!

Fixing DataTables Warning Incorrect Column Count

Jan 17, 2023

Getting the DataTable warning of incorrect column count? Check this post to resolve it!