-
Trying to contribute, I noticed the following :
- symlinking raises EPERM on windows when not in elevated environment. Which makes symlink node_modules non viable strategy on windows
- after managing …
-
Hi,
I am trying to use sails-hook-validation with sails-hook-autoreload. But after code is changed, and sails-hook-autoreload reloads the controllers no validation-errors are returned (the errors arr…
-
Hi, I'm running node 6.9.1 and having quite a lot of problems with it.
First, let me tell that gulp, gulp-babel, babel-core dependencies are missing from package.json.
After you install it can …
-
I tried using mongodb instead of Postgres and ran into some errors.
Changed `sails.config.model.connection` to `mongodb`. Installed `sails-mongo` latest version. On running the server, I got followin…
-
Any idea what would cause this error upon `sails lift`?
```
error: A hook (`orm`) failed to load!
error: Error: There was an error attempting to load `sails-cb`.
(Sails attempted to load this adapter…
-
> error: Failed to lift app: TypeError: Cannot read property 'debounce' of undefined
at Hook.initialize (app\node_modules\sails-eslint\index.js:140:38)
at Hook.wrapper [as initialize] (app\n…
-
Currently the modified waterline is injected using scripts. This is non standard. Replace it with https://github.com/balderdashy/sails-hook-orm
-
after update to 1.1.5 from 0.7.1, when i use pdf2json
`'TypeError: Cannot read property \'update\' of undefined',
' at unlockJobs (/home/jons/***/***/node_modules/sails-hook-jobs/node_modules…
-
When running application get error from this place https://github.com/tjwebb/sails-permissions/blob/f2d174b1283a4f07aabe4702ca7a3d416701101e/api/hooks/permissions/index.js#L100
There is no hook permi…
-
**Node version**: 20.10.0
**Sails version** _(sails)_: 1.5.8
**ORM hook version** _(sails-hook-orm)_: 4.0.0
**Sockets hook version** _(sails-hook-sockets)_:2.0.0
**Grunt hook version** _(sails-ho…