-
Notifications
You must be signed in to change notification settings - Fork 2
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
Failure to run the website locally due to invalid content in webpack.base.config #5
Comments
webpack.base.config
What version of npm are you using? I saw this when using an old one,
which is why on the home page it says you need >= v5.5.1.
…------ Original Message ------
From: "Bernhard Hofmann" <[email protected]>
To: "Freegle/iznik-client" <[email protected]>
Cc: "Subscribed" <[email protected]>
Sent: 13/02/2018 16:26:01
Subject: [Freegle/iznik-client] Failure to run the website locally due
to invalid content in `webpack.base.config` (#5)
Attempting to run the website locally using npm run dev:fd fails due to
the ellipsis in webpack.base.config:
D:\___\GitHub\Freegle\iznik-client\dev\webpack.base.config.js:39
...shims.aliases
^^^
SyntaxError: Unexpected token ...
at Object.exports.runInThisContext (vm.js:76:16)
at Module._compile (module.js:545:28)
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#5>, or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADdeFmlWqxJQGmA59PoS4wtPyPB7pMXks5tUbeZgaJpZM4SEBgp>.
|
|
Maybe the version of babel, then. I assume if you'd messed with dependency version numbers you'd have mentioned it. Do an npm ls and mail me the output, then I'll compare it to mine (I'm on Windows too). @nicksellen recently installed fine, but he's on Linux, so perhaps there's a difference. |
This is ES6 syntax, btw, so it's not invalid, just advanced. |
Currently running |
I've mailed you.
…On 13 February 2018 17:18:49 GMT+00:00, Bernhard Hofmann ***@***.***> wrote:
I see. I don't have your email address. The `npm ls` output is rather
lengthy.
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
#5 (comment)
|
Seems the cause of this was either an out of date npm package, or, more likely, an old Node version. I had 7.0.0 and upgraded to 8.9.4 which resolved the issue. |
I've updated the readme to say we need a later node.
…------ Original Message ------
From: "Bernhard Hofmann" <[email protected]>
To: "Freegle/iznik-client" <[email protected]>
Cc: "Edward Hibbert" <[email protected]>; "Comment"
<[email protected]>
Sent: 13/02/2018 19:56:37
Subject: Re: [Freegle/iznik-client] Failure to run the website locally
due to invalid content in webpack.base.config (#5)
Seems the cause of this was either an out of date npm package, or, more
likely, an old Node version. I had 7.0.0 and upgraded to 8.9.4 which
resolved the issue.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#5 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AADdeN3Vy_niS3AKpYcCUzNTmkHus1knks5tUej1gaJpZM4SEBgp>.
|
Attempting to run the website locally using
npm run dev:fd
fails due to the ellipsis inwebpack.base.config
:The text was updated successfully, but these errors were encountered: