Mohammed Keyvanzadeh

Results 47 comments of Mohammed Keyvanzadeh
trafficstars

What exactly is the error you're encountering?

If the previous version keeps showing up after you've uninstalled the previous version and installed a newer version, I recommend closing your terminal shell and starting a new one and...

The error is self-explanatory here. ```console npm ERR! gyp ERR! find VS ************************************************************** npm ERR! gyp ERR! find VS You need to install the latest version of Visual Studio npm...

It seems it's not able to find the `typescript` module from `node_modules`, meaning that you don't have [typescript](https://npmjs.com/package/typescript) installed. To install it, run the following in your terminal shell: ```console...

> windows installer cannot be accessed This error can occur because of multiple reasons, for a fix I recommend checking this [post at Windows Report](https://windowsreport.com/windows-installer-service-could-not-be-accessed).

This is intended behavior, you can't deconstruct methods and use methods that rely on the parent object that holds the properties/methods that certain method you've deconstructed is using in it's...

> I get the following error message: node-v16.15.1.pkg can't be installed because its digital signature is invalid. The package may have been corrupted or tampered with. Get a new copy...

Can you show us the stacktrace of the error you're encountering when running the command?

The error is self-explanatory here, the `src/servers.js` file wasn't found as it's non-existent. Looking at your GitHub repository it seems to be named `server.js`, not `servers.js`.

This could be due to a faulty installation of the Node.js runtime. I recommend uninstalling the current installation of the runtime and reinstalling it from the [official Node.js website](https://nodejs.org/). If...