-
Notifications
You must be signed in to change notification settings - Fork 0
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
Error during gulp setup #2
Comments
Hello, |
Of course. I start with an neos installation I add the following to compser.json
and i remove the demosite package.
The last command results in
I use |
Hmm I updated nodejs from 0.10 to 0.12 and with that version and the modification to gulpfile.js from my first post. gulp build now works. Had overseen the warning during npm install. |
Well the issue was closed but the construct in line 64 of gulpfile.js is still causing an error with gulp setup if it is left like that. |
Did you manage to resolve the issue, @achim71? It seems like it's just incompatibility of npm versions. Now you can use this package with NVM and currently it works perfectly fine with Node 6.3.0. Would like to close this one... |
Hmm, been a while it worked with an newer npm version here i think. Am 04.08.2016 um 14:24 schrieb Marcin Ryzycki:
|
Hello,
I'm trying to install the M12.FoundationSite on an debian jessie based VM. I developed an site with that extention last year using neos-2.0 whom i try to update now.
I start with an plain neos installation with the two packages added to composer.json. npm install and bower install pass without issues.
Running gulp setup fails with
I changed the line 64 in gulpfile.js into
.then( function () {
Now gulp setup fails with
At that point I'm abit lost.
The text was updated successfully, but these errors were encountered: