-
Notifications
You must be signed in to change notification settings - Fork 363
Slate Commands no longer running after node upgrade #861
Comments
@t-kelly not sure if the tags were automated but have y'all not see this issue before? Was looking here and ThemeKit's repo to try and find a resolution to the issue. Handful of paying clients awaiting those changes to go live :( |
Any particular reason you absolutely need the latest node? If it's urgent I would suggest downgrading Node |
I believe I had to update for a separate project. Which in hindsight is exactly what something like NVM is for.
How we I’m not entirely sure which version of node would resolve this issue.
…--Sent from Jean-Ralphio the iPhone
On Nov 1, 2018, at 4:07 PM, Hugues Tennier ***@***.***> wrote:
Any particular reason you absolutely need the latest node? If it's urgent I would suggest downgrading Node
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Should work no problem with Node |
@huguestennier Adding Thank you for your help! |
This is a bug in the |
Solution (for me)This bug comes from How I fixed this issue:
That gave me the latest |
For me the fix was downgrading Node to 8.11.1 using nvm. I messed around with natives but that didn't work for me.
|
Using nvm to switch to 8.11.1 for Slate v0 development also worked for me. 👍 Thanks all. |
Problem
Pulled down existing site from Shopify. Migrated theme to Slate build.
Was using
slate watch
to run dev instance of theme.Updated node to latest
v11.0.0
and nowslate
commands fail.I've tried re-installed. I've tried using
yarn
ornpm
commands to install modules again but nothing seems to work.Currently running
0.13.0
ofslate-tools
Additionally, I have a Slate v0 theme (non-migrated) which suffers from the same issue.
The text was updated successfully, but these errors were encountered: