How to npm rebuild package-lock

How to force a rebuild of package-lock. for both 6.x and 7.x you can do the following. Note that The –package-lock-only argument will only update the package-lock.json, instead of checking node_modules and downloading dependencies. https://docs.npmjs.com/cli/v9/commands/npm-install

xn--https-hw3b Xbox Cloud Gaming on Steam Deck

Straight quotes vs Curly quotes. quote marks are different, swap them to normal ones. The xn--https-hw3b is an error that indicate the quote are simply wrong, typically when you copied the quote and it pasted them wrong. In these curly quotes. Source: https://typographyforlawyers.com/straight-and-curly-quotes.html To set up Xbox Cloud Gaming On the Desktop, launch Steam Microsoft Xbox Cloud

Read More

LaTeX insert code snippet

To insert code snippet in LaTeX you can use the the verbatim environment \begin{verbatim} Text enclosed inside \texttt{verbatim} environment is printed directly and all \LaTeX{} commands are ignored. \end{verbatim} To insert a code snippet in LaTeX, you can use the listings package. Here’s an example of how to do it: Here’s the complete example: This

Read More

How to fix Locust can’t reach 0.0.0.0

Running the python library Locust for testing is awesome. But you are getting a Locust can’t reach 0.0.0.0. The script is running properly with no errors. But 0.0.0.0 give you ERR_CONNECTION_REFUSED. File is called locustfile.py. But hitting http://0.0.0.0:8089/ just gives you This site can’t be reached. The webpage at http://0.0.0.0:8089/ might be temporarily down or

Read More

Azure App Service Cannot find SourceControlToken with name GitHub

Azure App Service Cannot find SourceControlToken with name GitHub. Deployment to resource group failed. Additional details from the underlying API that might be helpful: At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details. Status message Deployment failed First off. Make sure that the Azure App

Read More