You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Spread operator doesn't come around in Node til after 4, no? I see it used in the webpack config file.
I'm going to try and bump the engine version to Node >= 8.6.0 and try and resolve all conflicts and see where that gets me.
UPDATES:
Confirmed working with yarn system install without node and then node version 8.6.0. Successfully packs but now nothing displaying on npm run start:dev
Uncaught Error: Cannot find module 'strip-ansi' currently running down
The text was updated successfully, but these errors were encountered:
Spread operator doesn't come around in Node til after 4, no? I see it used in the webpack config file.
I'm going to try and bump the engine version to Node >= 8.6.0 and try and resolve all conflicts and see where that gets me.
UPDATES:
The text was updated successfully, but these errors were encountered: