-
Notifications
You must be signed in to change notification settings - Fork 173
npm start failed after installing #64
Comments
Hi, Yeah, i have the same problem, my console and browser are throwing exactly same errors. Using Node 8.4.0, maybe it needs an old version of something like that. |
I'm using 8.4 locally on a Mac, so it's not the version of Node. @darkestblue91 - are you also using Windows? |
Try deleting |
Exactly the same error here. Same windows OS. |
Ok, seems like an issue with Windows then. Did deleting I'll try to get some time later to test this locally on Windows 10. |
I tried and it didn't do anyting. Even tried to reinstall everything from the bottom up (node & reactql). |
Might be related to sass/node-sass#1579 |
Does |
It worked. Does this mean node-sass should be rebuilt everytime (sorry, noobz here)? Ps: Is it me or does sass seems a little broken on node lately...? |
Seems like a long-running issue. Someone asked the same at sass/node-sass#1387 (comment) in May, without a response -- the original thread goes back to Feb 2016. This would probably fix it (or some variant in the CLI that detects if we're running on Windows, and does a defensive rebuild), but it's a little heavy-handed because that would essentially mean building it twice for every new project, on systems where it worked the first time. Once the binaries have been fixed, it should (in theory) be fine for subsequent ReactQL projects. Give it a shot. Start a second one with |
Started a second reactql project and the error reoccured. I'm trying now to rebuild node-sass again. edit: after the node-sass rebuild, everything is clear again. So that means rebuilding node-sass everytime we build a new project is mandatory it seems... :( |
Ok, so probably time for the CLI to take care of this. Re-opening. |
Here to help if needed :) |
Fixed 4.5.2. Run |
It worked without typing |
Awesome, thanks @nb256 😄 |
Tried to run npm i -g reactql but I'm still on 4.5.1. Is it normal ? Edit: tried numerous times via npm and yarn and still got this when I ask reactql version : C:\Users\Samuel\Desktop>reactql version |
@Nhiokh - try again. You can see the latest package at https://www.npmjs.com/package/reactql is You can also try |
What would be the way to dump my cache? |
@Nhiokh - can you install a specific version? e.g.
|
Uh........ C:\Users\Samuel\Desktop>npm i -g reactql@4.5.2
================================================================================ ██████╗ ███████╗ █████╗ ██████╗████████╗ ██████╗ ██╗ Usage: Start a new ReactQL project Show help / all options Show the current version / check for latest version: Follow us on 🐦 Twitter for news/updates: ================================================================================
C:\Users\Samuel\Desktop>reactql version |
Would it be possible for the version message alone to not be updated? |
No, that shouldn't happen - both the initial postinstall message and the subsequent It seems like you have an existing reactql global installation that's not being overwritten when you install over it. What does:
... show? |
Weird thing was everything in the package.json refers to 4.5.2 so I definetly got no idea why node shows me 4.5.1... But anyway, I searched every reactql file in my computer, deleted the whole bunch, reinstalled it, and now it's all clear. |
Glad it's sorted @Nhiokh. |
I installed reactql globally and started a project using 'reactql new' command. I thought I better to post this error if it is an unexpected on executing the command 'npm start':
Error on the browser:
The text was updated successfully, but these errors were encountered: