Hi Guys,
I have the weird output from the terminal when running yarn develop
. Has anyone seen this before?
I just setup strapi v4 and when running the dev command this happends right away.
Here is my package.json:
{
"name": "backend",
"private": true,
"version": "0.1.0",
"description": "A Strapi application",
"scripts": {
"develop": "strapi develop",
"start": "strapi start",
"build": "strapi build",
"strapi": "strapi"
},
"devDependencies": {},
"dependencies": {
"@strapi/strapi": "4.0.2",
"@strapi/plugin-users-permissions": "4.0.2",
"@strapi/plugin-i18n": "4.0.2",
"sqlite3": "5.0.2"
},
"author": {
"name": "A Strapi developer"
},
"strapi": {
"uuid": "67189cb6-e4f8-4b41-af0c-1e88e2720372"
},
"engines": {
"node": ">=12.x.x <=16.x.x",
"npm": ">=6.0.0"
},
"license": "MIT"
}