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 was archived by the owner on Feb 2, 2021. It is now read-only.
I'm a beginner in Adonis and I was making my first migration.
When I do adonis make:migration , it works, but when I try to do adonis migration:run, I got this message :
{ Error: Cannot find module 'Adonis/Commands/Auth:Setup' at Function.Module._resolveFilename (module.js:536:15) at Function.Module._load (module.js:466:25) at Module.require (module.js:579:17) at require (internal/module.js:11:18) at requireStack (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/require-stack/src/index.js:44:12) at Ioc._require (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/@adonisjs/fold/src/Ioc/index.js:331:12) at Ioc.use (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/@adonisjs/fold/src/Ioc/index.js:728:17) at Kernel.addCommand (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/@adonisjs/ace/src/Kernel/index.js:139:24) at commands.forEach (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/@adonisjs/ignitor/src/Ignitor/index.js:413:39) at Array.forEach (<anonymous>) at Ignitor._registerCommands (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/@adonisjs/ignitor/src/Ignitor/index.js:413:14) at Ignitor.fire (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/@adonisjs/ignitor/src/Ignitor/index.js:631:12) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) at Function.Module.runMain (module.js:678:11) at startup (bootstrap_node.js:187:16) code: 'MODULE_NOT_FOUND' }
And I really don't know what to do.
Thanks.
This question is available on Nuxt.js community (#c67)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello there !
I'm a beginner in Adonis and I was making my first migration.
When I do adonis make:migration , it works, but when I try to do adonis migration:run, I got this message :
{ Error: Cannot find module 'Adonis/Commands/Auth:Setup' at Function.Module._resolveFilename (module.js:536:15) at Function.Module._load (module.js:466:25) at Module.require (module.js:579:17) at require (internal/module.js:11:18) at requireStack (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/require-stack/src/index.js:44:12) at Ioc._require (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/@adonisjs/fold/src/Ioc/index.js:331:12) at Ioc.use (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/@adonisjs/fold/src/Ioc/index.js:728:17) at Kernel.addCommand (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/@adonisjs/ace/src/Kernel/index.js:139:24) at commands.forEach (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/@adonisjs/ignitor/src/Ignitor/index.js:413:39) at Array.forEach (<anonymous>) at Ignitor._registerCommands (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/@adonisjs/ignitor/src/Ignitor/index.js:413:14) at Ignitor.fire (/Users/Jawed/Desktop/Heroku/ffnsw copie 2/node_modules/@adonisjs/ignitor/src/Ignitor/index.js:631:12) at <anonymous> at process._tickCallback (internal/process/next_tick.js:188:7) at Function.Module.runMain (module.js:678:11) at startup (bootstrap_node.js:187:16) code: 'MODULE_NOT_FOUND' }
And I really don't know what to do.
Thanks.
The text was updated successfully, but these errors were encountered: