wrappid / core

This is a Wrappid package repository that contains core functionalities of Wrappid Framework that enables users to use Wrappid's core features and components.
MIT License
10 stars 4 forks source link

Failed to load plugin 'sort-keys-fix' declared in '.eslintrc.js' #226

Open chirag-uemk opened 1 month ago

chirag-uemk commented 1 month ago

Describe the bug

Getting the following error on screen once I've created a application from wrappid-app template and setup the project with toolkit command and start the project.

Failed to load plugin 'sort-keys-fix' declared in '.eslintrc.js': Cannot find module 'eslint-plugin-sort-keys-fix'

To Reproduce

Steps to reproduce the behavior:

1. wr init <project-name>
2. wr setup web
3. wr start web

See error

Expected behavior

A default, boilerplate application should be running.

Stack Trace

Screenshots

image

Desktop (please complete the following information):

Smartphone (please complete the following information):

N/A

Additional context

N/A