Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Module not found: Can't resolve './shards-dashboard/styles/shards-dashboards.1.1.0.min.css' in '/Users/Desktop/shards-dashboard-react-master/src' #16

Open
SreekanthGudisi opened this issue Sep 25, 2019 · 11 comments

Comments

@SreekanthGudisi
Copy link

Hi,
Getting this error

Module not found: Can't resolve './shards-dashboard/styles/shards-dashboards.1.1.0.min.css' in '/Users/Desktop/shards-dashboard-react-master/src'

@hamza-lango
Copy link

@SreekanthGudisi
I can also confirm that the following works.

Clone the master (doesn't work if you download as zip)
Inside .gitmodules, replace the content to below
[submodule "src/shards-dashboard"] path = src/shards-dashboard url = https://github.com/DesignRevision/shards-dashboard.git branch = master

Run the command git submodule init && git submodule update

Install the npm packages and start!

@SreekanthGudisi
Copy link
Author

SreekanthGudisi commented Sep 25, 2019 via email

@spiritOfSasidhar
Copy link

@hamza-lango thank you, error resolved

@eramudeep
Copy link

@SreekanthGudisi
I can also confirm that the following works.

Clone the master (doesn't work if you download as zip)
Inside .gitmodules, replace the content to below
[submodule "src/shards-dashboard"] path = src/shards-dashboard url = https://github.com/DesignRevision/shards-dashboard.git branch = master

Run the command git submodule init && git submodule update

Install the npm packages and start!

not worked for me **** :(

@Rushabhgedam
Copy link

this is not the answer developer might be looking for. but I get out of rids by going to
https://designrevision.com/demo/shards-dashboard-lite/styles/shards-dashboards.1.1.0.min.css
then download(Save it using Ctrl+S).
now create the styles folder inside the shards-dashboard and move the newly-downloaded file to the folder.
Hope this trick helps you out.

@bektigalan
Copy link

this is not the answer developer might be looking for. but I get out of rids by going to
https://designrevision.com/demo/shards-dashboard-lite/styles/shards-dashboards.1.1.0.min.css
then download(Save it using Ctrl+S).
now create the styles folder inside the shards-dashboard and move the newly-downloaded file to the folder.
Hope this trick helps you out.

this works for me

@franklevel
Copy link

@SreekanthGudisi
I can also confirm that the following works.
Clone the master (doesn't work if you download as zip)
Inside .gitmodules, replace the content to below
[submodule "src/shards-dashboard"] path = src/shards-dashboard url = https://github.com/DesignRevision/shards-dashboard.git branch = master
Run the command git submodule init && git submodule update
Install the npm packages and start!

not worked for me **** :(

@SreekanthGudisi
I can also confirm that the following works.

Clone the master (doesn't work if you download as zip)
Inside .gitmodules, replace the content to below
[submodule "src/shards-dashboard"] path = src/shards-dashboard url = https://github.com/DesignRevision/shards-dashboard.git branch = master

Run the command git submodule init && git submodule update

Install the npm packages and start!

This works for me too!

@Samorinho
Copy link

this is not the answer developer might be looking for. but I get out of rids by going to
https://designrevision.com/demo/shards-dashboard-lite/styles/shards-dashboards.1.1.0.min.css
then download(Save it using Ctrl+S).
now create the styles folder inside the shards-dashboard and move the newly-downloaded file to the folder.
Hope this trick helps you out.

This also worked for me, thanks !

@yogithesymbian
Copy link

➜  shards-dashboard-react git:(master) ✗ git submodule init && git submodule update
Cloning into '/var/www/html/react/shards-dashboard-react/src/shards-dashboard'...
fatal: unable to access 'https://github.com/DesignRevision/shards-dashboard.git/': Could not resolve host: github.com
fatal: clone of 'https://github.com/DesignRevision/shards-dashboard.git' into submodule path '/var/www/html/react/shards-dashboard-react/src/shards-dashboard' failed
Failed to clone 'src/shards-dashboard'. Retry scheduled
Cloning into '/var/www/html/react/shards-dashboard-react/src/shards-dashboard'...
fatal: unable to access 'https://github.com/DesignRevision/shards-dashboard.git/': Could not resolve host: github.com
fatal: clone of 'https://github.com/DesignRevision/shards-dashboard.git' into submodule path '/var/www/html/react/shards-dashboard-react/src/shards-dashboard' failed
Failed to clone 'src/shards-dashboard' a second time, aborting

@Cjescalona1
Copy link

this is not the answer developer might be looking for. but I get out of rids by going to
https://designrevision.com/demo/shards-dashboard-lite/styles/shards-dashboards.1.1.0.min.css
then download(Save it using Ctrl+S).
now create the styles folder inside the shards-dashboard and move the newly-downloaded file to the folder.
Hope this trick helps you out.

working! thanks

@usamak1999
Copy link

this is not the answer developer might be looking for. but I get out of rids by going to https://designrevision.com/demo/shards-dashboard-lite/styles/shards-dashboards.1.1.0.min.css then download(Save it using Ctrl+S). now create the styles folder inside the shards-dashboard and move the newly-downloaded file to the folder. Hope this trick helps you out.

Not Work For me!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests