Programming

[Fix] The term ‘scriptcs’ is not recognized as an internal or external command, operable program or batch file

This post contains a step by step guide to fix the error “The term ‘scriptcs’ is not recognized as an internal or external command, operable program or batch file” that you receive while running a C# program (.net core) in Visual Studio code using code runner extension. Steps to replicate the ‘scriptcs’ not recognized error: ‘scriptcs‘ […]

[Fix] The term ‘scriptcs’ is not recognized as an internal or external command, operable program or batch file Read More »

[How To] Replace text from a specific character till the end in Notepad++

If you want to replace text from a specific character till the end in Notepad++, here is the guide for you. With Notepad++, it becomes super easy for the developers to select, edit, and replace texts with regular expressions. Replace text from a specific character till the end in Notepad++ Let’s go through an example.

[How To] Replace text from a specific character till the end in Notepad++ Read More »

3 Simple Ways to Fix “cannot set property ‘innerHTML’ of null” Error

Cannot set property ‘innerHTML’ of null or “Uncaught TypeError: Cannot set properties of null (setting ‘innerHTML’)” is a very common error when you call JavaScript from the HTML. In this article, you will know the different possible reasons for this error and their possible solutions. What is meant by “cannot set property ‘innerHTML’ of null”?

3 Simple Ways to Fix “cannot set property ‘innerHTML’ of null” Error Read More »

[Fix] bash: yarn: command not found | ‘yarn’ is not recognized as an internal or external command, operable program or batch file

“bash: yarn: command not found” or “‘yarn’ is not recognized as an internal or external command, operable program or batch file” is a general error message you may encounter while using the yarn command in Windows or Linux. In this article, we will dip dive into the details and how you can resolve this “command

[Fix] bash: yarn: command not found | ‘yarn’ is not recognized as an internal or external command, operable program or batch file Read More »

Run Your First Python Program from Command Line

What is Python? Python is an open-source, object-oriented, high-level programming language that is used for web application development. It is one of the simplest scripting languages with simple syntax and great readability. The productivity and performance of Python programs are much superior to the other web application development languages. In this article, you will learn

Run Your First Python Program from Command Line Read More »

[Fix] ‘python’ is not recognized as an internal or external command, operable program or batch file

Python is the most widely used high-level web application development language. With the simple syntax, it was designed to improve the readability of the programs. It runs on the Interpreter system which helps to execute the code as soon as it is written. If you are writing a code using Python programming then you may

[Fix] ‘python’ is not recognized as an internal or external command, operable program or batch file Read More »

[Fix] ‘react-scripts’ is not recognized as an internal or external command, operable program or batch file

When it comes to front-end application development, React is the first choice of most developers. You can use Create React App to create a new React project. This application contains all the JavaScript packages that needed to run the React application simplifying the react application development process. If you are developing a React project then

[Fix] ‘react-scripts’ is not recognized as an internal or external command, operable program or batch file Read More »

[FIX] mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file

If you are a developer and using Visual Studio 2008, 2010 or even any version, you may face the error quite often while building the code. mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file “zzzz.exe”. Access is Denied. The “general error c101008d” in Visual Studio occurs when

[FIX] mt.exe : general error c101008d: Failed to write the updated manifest to the resource of file Read More »

[FIX] fatal error LNK1221: a subsystem can’t be inferred and must be defined

In Visual Studio, if you are facing “fatal error LNK1221” while building your project, then this post is for you. Here is the exact error that appears in the output console that you will know how to fix. fatal error LNK1221: a subsystem can’t be inferred and must be defined The reason behind the error

[FIX] fatal error LNK1221: a subsystem can’t be inferred and must be defined Read More »

Scroll to Top
Scroll to Top