-
OS: Mac 10.9.5
Sublime 3 (Build 3083)
_Let me know what other data you want._
I first saw this error when attempting to use the require command:
```
Unable to open /Users/stephens/Library/Applicatio…
-
when i add sequelize to my project then build fail.
My environment:
node 6.2.1
part of package.json
```
"devDependencies": {
"compression-webpack-plugin": "^0.3.1",
"copy-webpack-plugin": "…
-
Packages are updated within one week.
``` bash
esprima-fb@* installed at node_modules/.15001.1001.0-dev-harmony-fb@esprima-fb
All packages installed (1 packages installed from npm registry, use 299ms…
-
I'm experiencing this issue on SLES11 during install. Installation silently fails after printing the below message. Unfortunately there isn't a lot of context involved so I hope this is enough informa…
-
Not trivial to implement but surely one feature that would make sequelize greater and one big step closer to ~~"production ready"~~ "de facto ORM for Node" :)
Column order is important so defining it…
-
My web application is written in TypeScript. Hotswap is used to swap out the generated JS on the app server. If I generate source maps as well as JS, it looks like Hotswap attempts to read/compile the…
-
Is there a way to not have the through model be embedded on a belongsToMany association?
```
{
"number": 1,
"name": "Surat Al-Fatiha",
"arabic_name": null,
"audioFile": {
-
I created a Node.js. I installed Sequelize with Postgres. When I want to run my project, console show me next error
> c:\Users\Carlos\WebstormProjects\testsqlz\node_modules\sequelize\lib\utils\vali…
-
Currently, BigNumber only uses `module.export` to export itself. For users of ES6 and TypeScript it would be nice to have `BigNumber` also as a named export or default export, e.g. if you could do
``…
-
Is it possible to make this work with multiple databases if not how you would suggest that this can be implemented?