mirror of
https://github.com/BoostIO/BoostNote-App.git
synced 2026-04-26 21:05:55 +03:00
[GH-ISSUE #711] Error while building the latest version of BoostNote.next #371
Labels
No labels
android 🤖
assigned to core 🦹
bug 🐛
documentation 📚
documentation 📚
duplicate 🚫
external issue 🔼
external issue 🔼
feature request 🌟
funded on issuehunt 💵
help wanted 🆘
improvement request 🔨
improvement request 🔨
ios 🍎
mobile 📱
needs investigation 🔬
needs more info ℹ️
needs specs 📐
plugin idea 🔌
plugin idea 🔌
poll 🗳️
pull-request
question ❓
rewarded on issuehunt 🎁
security issue 🔑
won’t fix ❌
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/BoostNote-App#371
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?
Originally created by @TheArchitectEngineer on GitHub (Dec 4, 2020).
Original GitHub issue: https://github.com/BoostIO/BoostNote-App/issues/711
Hi,
I'm trying to compile the latest version of BoostNote but I got the error below.
Source :

Compiled :

My steps :
Same error on Windows 10 & Ubuntu 20.04
Did I miss something ?
Thanks for your help
@coderkk commented on GitHub (Dec 4, 2020):
I am also facing same problem
@Komediruzecki commented on GitHub (Dec 4, 2020):
Yes, the web app version will probably no longer be supported. So the build only on webpack and running in browser won't work.
Run electron afterwards and it will run desktop app.
npm run dev:electron@coderkk commented on GitHub (Dec 4, 2020):
I have tried
npm run dev:electron, but I received the blow message@coderkk commented on GitHub (Dec 4, 2020):
Just read back the Readme. Need run
npm run dev:webpackand open another terminal to runnpm run dev:electron.@TheArchitectEngineer commented on GitHub (Dec 4, 2020):
Great !!! Thanks !!