About 1,820,000 results
Open links in new tab
  1. Error [ERR_REQUIRE_ESM]: require() of ES Module not supported

    Sep 7, 2021 · I'm trying to make a Discord bot that just says if someone is online on the game. However I keep getting this message: [ERR_REQUIRE_ESM]: require() of ES Module from …

  2. Error [ERR_MODULE_NOT_FOUND]: Cannot find module

    Dec 20, 2020 · You're mixing node's CJS module system (require/module.exports) with ES6 modules (import/export). Don't do that unless you are very sure you know what you're doing, …

  3. Error 28000: Login failed for user DOMAIN\\user with pyodbc

    Jun 8, 2016 · Connecting from a Windows machine: With Microsoft's ODBC drivers for SQL Server, Trusted_connection=yes tells the driver to use "Windows Authentication" and your …

  4. How to resolve Node.js: "Error: ENOENT: no such file or directory"

    May 15, 2018 · I have a Node.js web application currently running on a server successfully. Now I'm trying to set up a local copy on my development server. I currently have Node.js, NPM and …

  5. javascript - Axios POST request fails with error status code 500 ...

    Jun 20, 2018 · The webpage discusses how to resolve a 500 internal server error when making a POST request using Axios in JavaScript.

  6. authentication - LDAP: error code 49 - Stack Overflow

    Jul 14, 2015 · The solution you talk about is for the error LDAP: error code 1 - 000004DC: LdapErr: DSID-0C09075A which is different and occurs because you didn't bind LDAP via …

  7. SQL Server 2014 installation fails: An error occurred for a …

    I'm trying to install SQL Server 2014 Enterprise x64 on a 64-bit machine running Windows 7 SP1. I'm trying to install side-by-side with a SQL Server 2008 R2 installation. I work through the …

  8. Error " (unicode error) 'unicodeescape' codec can't decode bytes in ...

    May 24, 2016 · SyntaxError: (unicode error) 'unicodeescape' codec can't decode bytes in position 2-3: truncated \UXXXXXXXX escape I have tried to replace the \ with \\ or with / and I've tried …

  9. .net - Compiler Error Message: The compiler failed with error code ...

    This one seems to be originated after upgrading from vs2015 to vs2017. The error is Compiler Error Message: The compiler failed with error code -532462766. Some notes ...

  10. SQL Server : error converting data type varchar to numeric

    Jan 4, 2013 · If you are running SQL Server 2012 or newer you can also use the new TRY_PARSE () function: Returns the result of an expression, translated to the requested data …