creativetimofficial / nextjs-argon-dashboard

NextJS version of Argon Dashboard React

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Module not found: Can't resolve 'nextjs-argon-dashboard'

Florian-crg opened this issue · comments

Version

1.1.0

Reproduction link

https://www.npmjs.com/package/nextjs-argon-dashboard

Operating System

OSX

Device

MAC

Browser & Version

Any

Steps to reproduce

  1. yarn create next-app
  2. cd [YOUR_APP]
  3. yarn add nextjs-argon-dashboard
  4. import "nextjs-argon-dashboard" or import * from "nextjs-argon-dashboard" or ...

Then the error appear Module not found: Can't resolve 'nextjs-argon-dashboard'

What is expected?

To found the module in my packages

What is actually happening?

It does not found the module


Solution

Additional comments

I am having the same issue