mirror of
https://github.com/floccusaddon/floccus.git
synced 2026-04-25 14:16:12 +03:00
[PR #1285] [MERGED] Support Node v18 for build #1848
Labels
No labels
browser-specific
bug
correctness issues
enhancement
feature: Google Drive
feature: Linkwarden
feature: git
feature: nextcloud-bookmarks
feature: tabs
feature: webdav
help wanted
native-app
priority: high
priority: low
priority: medium
pull-request
question
question
stale
upstream
waiting for more information
wontfix
🙁 Not following issue template
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/floccus#1848
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/floccusaddon/floccus/pull/1285
Author: @heapifyman
Created: 11/13/2022
Status: ✅ Merged
Merged: 11/13/2022
Merged by: @marcelklehr
Base:
develop← Head:fix/1284-instructions-in-setting-up-a-dev-environment-are-not-working📝 Commits (1)
8e8698fcloses #1284📊 Changes
4 files changed (+24 additions, -17 deletions)
View changed files
📝
README.md(+10 -10)📝
package-lock.json(+9 -2)📝
package.json(+1 -1)📝
webpack.common.js(+4 -4)📄 Description
closes #1284
Remove dependency "fibers", which does not work with node 16 and above - see https://github.com/laverdet/node-fibers#readme.
Disable use of "fibers" in "sass-loader" according to https://webpack.js.org/loaders/sass-loader/#string.
Update instructions to setup development environment in README. It should be possible to build the project with nodejs 18 (current LTS version) now.
I've tried
npm run buildandnpm run watch, and both succeeded with out errors. I haven't tried actually running the project in Android Studio, for example.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.