creativetimofficial / nextjs-argon-dashboard

NextJS version of Argon Dashboard React
MIT License
130 stars 434 forks source link

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

Open Florian-crg opened 3 years ago

Florian-crg commented 3 years ago

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

salmanamjad123 commented 1 year ago

I am having the same issue