-
-
Notifications
You must be signed in to change notification settings - Fork 524
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 10 Requires normalize.css! #16
Comments
@mmortazavi For clarity, you're talking here about running locally on Windows 10 by the Ubuntu bash console? Thanks a lot for the information, I admit that the whole application has been developed so far on Linux and Mac, and so far, on Windows 10, we were running only the online version. |
Yes, exactly.
Noted. Thanks for sharing your work. |
@mmortazavi Great, I understand everything. In this situation, I will put an appropriate note in README.md. As I understand, simple |
Well, you know when you wanna make something work you try different things. The only step that was preceded before
And restarted the system for changes to be effective, somewhere it was suggested! |
Sure, I've been in a situation like this more than once or twice. In my opinion |
The information has been added to README.md in the develop version and will appear in the master with the next releas. It's visible in the section: Set Up the Project Locally. |
hi |
Did you install |
@yyuuliang In your case, does this problem occur on Windows or Linux? My settings I work with: |
Hi! I have exactly the same issue on Ubuntu 18.04.3. I cloned repo, move to make-sense dir, than installed npm (by apt), then I have also one warning, no idea if it matters: Anyone solved something like that? |
@nieszkodzi It seems that this error occurs more often than we suppose. We will try to fix the bug, but it is a problem because only a small percentage of users complain about it. In this situation, the issue is reopened, as the problem has not been solved. In this situation I ask you to give me the exact version of npm and node you are using. @yyuuliang Could you also share the version numbers you are using? |
My npm version is 3.5.2 and my node version is 8.10.0
czw., 12 wrz 2019, 19:06 użytkownik Piotr Skalski <notifications@github.com>
napisał:
… @nieszkodzi <https://github.com/nieszkodzi> It seems that this error
occurs more often than we suppose. We will try to fix the bug, but it is a
problem because only a small percentage of users complain about it. In this
situation, the issue is reopened, as the problem has not been solved.
In this situation I ask you to give me the exact version of npm and node
you are using. @yyuuliang <https://github.com/yyuuliang> Could you also
share the version numbers you are using?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#16?email_source=notifications&email_token=AKLZ4TPWJO4HXA7JCCHTZ3TQJJZJBA5CNFSM4ILRRX42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD6SSP2Y#issuecomment-530917355>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKLZ4TN5EXM6HQ6STLGD4UDQJJZJBANCNFSM4ILRRX4Q>
.
|
@nieszkodzi! We conducted tests to try to recreate your environment and we also failed to run the application. Please update the node and npm versions. This should ensure the proper launch of the application. npm: 6.7.0, node: v11.10.1 |
Now I updated node to v12.10.0 and npm to 6.10.3, delete all repo, cloned it again, made all instructions one more time and it's working :) |
I'm very pleased to hear that! Then add to README the information that such versions are required to ensure proper local operation. |
I have added a new description to README, in this situation I am closing the issue again. |
Thanks for the great tool; well-done, and I will be looking forward to trying out new features.
One note for Windows 10 Users. After following the instructions and successfully installing the make-sense I couldn't view it in the browser (e.g. Google Chrome). Basically
npm start
in Windows 10 Ubuntu results in the following error in the browser:Error: Cannot find module '@csstools/normalize.css' nodejs
Although the message is self-explanatory, but I was struggling a bit since I have had zero experience with Node.js. Finally I figured one need to install
normalize.css
simply:npm install normalize.css
Maybe it is best that README to be updated.
And you are good to go, Happy labelling!!
The text was updated successfully, but these errors were encountered: