[Solved] Adonisjs Laravel NODEJS framework – How to fix missing module @ioc:Adonis/Core/Env

0
28

Nice to meet you, yeaahhhhhh 😁😀

Welcome to Learn Tech Tips blogspot. 🥚🥚🥚🥚I am Zidane 雞蛋🥚🥚🥚🥚 

Today I will continue to share with you 

Adonisjs Laravel NODEJS framework - How to fix missing module @ioc:Adonis/Core/Env

 

How to easy fix missing module when you change config on any file on ADONISJS framework

Adonisjs Laravel NODEJS framework – How to fix missing module @ioc:Adonis/Core/Env

As you know AdonisJS is a fully featured web framework for Node.js
AdonisJS includes everything you need to create a fully functional web app or an API server. So stop wasting hours downloading and assembling hundreds of packages — Use AdonisJS and be productive from day one.

I am Zidane – 雞蛋🥚🥚🥚🥚🥚🥚🥚🥚🥚🥚

How to fixed missing module ‘@ioc:Adonis/Core/Env’

On below video will help you easy do it.

Tiktok 

Actually when you try to change something on config file, when system rebuild (reload) that will cause some bug, you just do below step;

Step 1: Remove some dist folder of your code change, example you change o config/app.ts file, the dist folder will auto generate on config/dist/app.js <- this file is javascript compile from typescript.

Step 2: try to run command: npm install for reinstall all package

npm install

Step 3: start server for check issuse is fixed? run command: npm run dev

npm run dev

Video detail guide here, you can take a look

@learntechtips How to fix missing model Adonis core env #adnoisjs #js #nodejs #laravel #php ♬ TOGETHER – Kyle May

Any feedback or question, leave your comment we can discuss about it!

Learn Tech Tips – Zidane