-
Notifications
You must be signed in to change notification settings - Fork 19
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
Windows install issue #20
Comments
Hello there, @atikurrahman102 , Thank you for your interest in working with our products.
When you've pressed the new issue button, were you not prompted with the above code?
Best, |
Hi Team! |
Hello there, @DmitryTezh , Please do not make changes to the versions inside the package.json file. Best, |
Hi Manu! |
Hello there, @DmitryTezh , Right now we are stuck on some other projects until the end of this year (2019). Best, |
loader: 'resolve-url-loader', This could be a solution . Any idea where can i put them ??? |
I guess, you need to eject your react project to ajust its configuration but then you will not able to upgrade to the newest versions of react-scripts. |
Hello there, @atikurrahman102 @DmitryTezh , This solution did not work?
Also, on one of our products, one of our users gave us this: creativetimofficial/ct-paper-kit-pro-react#2 (comment) Best, |
Hi Team! |
Hello again, @DmitryTezh , I've just made a quick test, and if I run the above command on Windows and on Mac, everything works just fine. Best, |
./src/assets/scss/black-dashboard-pro-react.scss?v=1.0.0
(./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-5-3!./node_modules/sass-loader/lib/loader.js??ref--6-oneOf-5-4!./src/assets/scss/black-dashboard-pro-react.scss?v=1.0.0)
Error: resolve-url-loader: CSS error
source-map information is not available at url() declaration (found
orphan CR, try removeCR option)
This is the error .My node version is lts the same above .
…On Wed, Dec 18, 2019 at 2:48 PM Nazare Emanuel-Ioan < ***@***.***> wrote:
Hello again, @DmitryTezh <https://github.com/DmitryTezh> ,
I've just made a quick test, and if I run the above command on Windows and
on Mac, everything works just fine.
Can you please go to https://nodejs.org/en/ and download the 12.14.0
(LTS) version?
Maybe the issue is that you do not have the LTS version of NodeJS.
Best,
Manu
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20?email_source=notifications&email_token=AN4LD65FH37UQS2RQQC4Q3TQZHPWPA5CNFSM4JSB456KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHFMGEI#issuecomment-566936337>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN4LD64FACKYVSTLZJVQDKDQZHPWPANCNFSM4JSB456A>
.
|
Hello there, @atikurrahman102 , I am at an impasse.
Best, |
Hi Team! |
Unfortunately, not all is good. Command 'npm run buid' failed with the same error, whilst command 'npm run start' works fine. Very strange for me... |
Creating an optimized production build... ./src/assets/scss/black-dashboard-pro-react.scss?v=1.0.0 |
$ node -v
v12.14.0
$ npm -v
6.13.4
+ [email protected]
updated 1 package and audited 905906 packages in 44.984s
./src/assets/scss/black-dashboard-pro-react.scss?v=1.0.0
(./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-5-3!./node_modules/sass-loader/lib/loader.js??ref--6-oneOf-5-4!./src/assets/scss/black-dashboard-pro-react.scss?v=1.0.0)
Error: resolve-url-loader: CSS error
source-map information is not available at url() declaration (found
orphan CR, try removeCR option)
…On Fri, Dec 20, 2019 at 2:01 AM Dmitry Tezhelnikov ***@***.***> wrote:
***@***.*** build D:\Projects\offgame\ofg-client-web
react-scripts build
Creating an optimized production build...
Failed to compile.
./src/assets/scss/black-dashboard-pro-react.scss?v=1.0.0
Error: resolve-url-loader: CSS error
source-map information is not available at url() declaration (found orphan
CR, try removeCR option)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#20?email_source=notifications&email_token=AN4LD627DP53XYLSOY5BGS3QZPHJDA5CNFSM4JSB456KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHKYIHA#issuecomment-567641116>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AN4LD62KY3N7TYX3YJ45G2DQZPHJDANCNFSM4JSB456A>
.
|
I am at an impasse. Download product |
@einazare Still having issues; https://youtu.be/9k-wSv-Glsg |
Hello again, @willdewhust , If you copy the src/assets/img folder into src/assets/scss/black-dashboard-pro-react folder, do you still have that issue? (Note, keep the folder inside src/assets/img as well). Best, |
Hello @einazare, Strangely that has fixed it? It now works. :) Thanks you |
I just had the same issue and none of the solutions above worked for me. In the end I had to navigate to |
./src/assets/scss/black-dashboard-pro-react.scss?v=1.0.0 (./node_modules/css-loader/dist/cjs.js??ref--6-oneOf-5-1!./node_modules/postcss-loader/src??postcss!./node_modules/resolve-url-loader??ref--6-oneOf-5-3!./node_modules/sass-loader/lib/loader.js??ref--6-oneOf-5-4!./src/assets/scss/black-dashboard-pro-react.scss?v=1.0.0)
Error: resolve-url-loader: CSS error
source-map information is not available at url() declaration (found orphan CR, try removeCR option)
Any Solution ??? this is on windows 10
The text was updated successfully, but these errors were encountered: