Note that there are some explanatory texts on larger screens.

plurals
  1. POcannot install mysql using npm in nodejs
    primarykey
    data
    text
    <p>i have tried following commands,mysql module does not get added to node_module folder,also the code using mysql throw an error.</p> <pre><code> Your environment has been set up for using Node.js 0.8.3 (ia32) and NPM C:\Users\Work&gt;npm install mysql npm http GET https://registry.npmjs.org/mysql npm http 304 https://registry.npmjs.org/mysql npm http GET https://registry.npmjs.org/hashish/0.0.4 npm http 304 https://registry.npmjs.org/hashish/0.0.4 npm http GET https://registry.npmjs.org/traverse npm http 304 https://registry.npmjs.org/traverse mysql@0.9.6 node_modules\mysql └── hashish@0.0.4 (traverse@0.6.3) C:\Users\Work&gt;npm install mysql@2.0.0-alpha3 npm http GET https://registry.npmjs.org/mysql/2.0.0-alpha3 npm http 304 https://registry.npmjs.org/mysql/2.0.0-alpha3 npm http GET https://registry.npmjs.org/require-all/0.0.3 npm http 304 https://registry.npmjs.org/require-all/0.0.3 mysql@2.0.0-alpha3 node_modules\mysql └── require-all@0.0.3 C:\Users\Work&gt;node D:\nodejs\sqlwrite.js module.js:340 throw err; ^ Error: Cannot find module 'mysql' at Function.Module._resolveFilename (module.js:338:15) at Function.Module._load (module.js:280:25) at Module.require (module.js:362:17) at require (module.js:378:17) at Object.&lt;anonymous&gt; (D:\nodejs\sqlwrite.js:1:74) at Module._compile (module.js:449:26) at Object.Module._extensions..js (module.js:467:10) at Module.load (module.js:356:32) at Function.Module._load (module.js:312:12) at Module.runMain (module.js:492:10) C:\Users\Work&gt; </code></pre> <p>i have entered the commands as shown on github.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload