You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 30, 2022. It is now read-only.
When sails try to start i get the following error:
error: TypeError: Path must be a string. Received [ '/projects/research/sails/testProject/api/controllers',
'/projects/research/sails/testProject/node_modules/sails-hook-jwt-auth/api/controllers' ]
at assertPath (path.js:8:11)
at Object.posix.resolve (path.js:426:5)
at Hook.initialize (/projects/research/sails/testProject/node_modules/swagger-sails-hook/lib/index.js:22:36)
at Hook.wrapper [as initialize](/usr/lib/node_modules/sails/node_modules/lodash/index.js:3095:19)
at /usr/lib/node_modules/sails/lib/hooks/index.js:88:16
at /usr/lib/node_modules/sails/node_modules/async/lib/async.js:52:16
at /usr/lib/node_modules/sails/node_modules/async/lib/async.js:548:17
at /usr/lib/node_modules/sails/node_modules/async/lib/async.js:542:17
at _arrayEach (/usr/lib/node_modules/sails/node_modules/async/lib/async.js:85:13)
at Immediate.taskComplete (/usr/lib/node_modules/sails/node_modules/async/lib/async.js:541:13)
at processImmediate [as _immediateCallback](timers.js:383:17)
```
At this time sails delivers an array of string in the variable 'sails.config.paths.controllers'
```
The text was updated successfully, but these errors were encountered:
Hi,
i have done the following steps with sails v0.12:
When sails try to start i get the following error:
The text was updated successfully, but these errors were encountered: