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
{{ message }}
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.
Trying to fix example pages, i've gotten a lot of errors using gulp scripts:
My first solution was downgrade node and gulp versions to solve startup gulp problems but i've noticed that this project is using senna master branch and running npm install to his dependencies resulting a lot of errors caused by downgrading node in development machine.
My second tentative was downgrading senna version to a 1.x.x tag. I've gotten gulp working perfect but a lot of problems have appeared: like we cannot get updated 'docs' using this senna version in deploy task due outdated node version and a lot of build errors during installation.
Trying to fix example pages, i've gotten a lot of errors using gulp scripts:
My first solution was downgrade
node
andgulp
versions to solve startup gulp problems but i've noticed that this project is using sennamaster
branch and runningnpm install
to his dependencies resulting a lot of errors caused by downgradingnode
in development machine.My second tentative was downgrading senna version to a
1.x.x
tag. I've gottengulp
working perfect but a lot of problems have appeared: like we cannot get updated 'docs' using this senna version indeploy
task due outdatednode
version and a lot of build errors during installation.Reviewing commits in this repo i've noticed that:
Note that Update Custom Screen docs #41 and broken link to Liferay.com #49 was not "merged" in current
sennajs.com
website.https://sennajs.com/api is outdated since 2016.
Conclusion:
I think that we have three alternatives:
wedeploy
branchelectric
branch as entry point.The text was updated successfully, but these errors were encountered: