[GH-ISSUE #711] Error while building the latest version of BoostNote.next #371

Closed
opened 2026-03-03 00:20:38 +03:00 by kerem · 5 comments
Owner

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 :
image

Compiled :
image

My steps :

# Created the .env file 

# Install dependencies
npm i

# Run webpack       (I got the error with this command)
npm run dev:webpack      

Same error on Windows 10 & Ubuntu 20.04

Did I miss something ?

Thanks for your help

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 : ![image](https://user-images.githubusercontent.com/11510474/101107788-57107500-35d3-11eb-8920-cc1cca624f77.png) Compiled : ![image](https://user-images.githubusercontent.com/11510474/101107816-70b1bc80-35d3-11eb-8772-35ab97e35af9.png) My steps : ```sh # Created the .env file # Install dependencies npm i # Run webpack (I got the error with this command) npm run dev:webpack ``` Same error on Windows 10 & Ubuntu 20.04 Did I miss something ? Thanks for your help
kerem 2026-03-03 00:20:38 +03:00
Author
Owner

@coderkk commented on GitHub (Dec 4, 2020):

I am also facing same problem

<!-- gh-comment-id:738736195 --> @coderkk commented on GitHub (Dec 4, 2020): I am also facing same problem
Author
Owner

@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

<!-- gh-comment-id:738833273 --> @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```
Author
Owner

@coderkk commented on GitHub (Dec 4, 2020):

I have tried npm run dev:electron, but I received the blow message

>> Electron stdout(pid:11152)

<< Electron stdout(pid:11152)
>> Electron stdout(pid:11152)
23:26:15.485 > Checking for update
<< Electron stdout(pid:11152)
>> Electron stdout(pid:11152)
23:26:15.581 > Error: Error: ENOENT: no such file or directory, open 'D:\developments\boostnote\Boostnote.next\electron\dev-app-update.yml'
<< Electron stdout(pid:11152)
>> Electron stdout(pid:11152)
Error: ENOENT: no such file or directory, open 'D:\developments\boostnote\Boostnote.next\electron\dev-app-update.yml'
<< Electron stdout(pid:11152)
>> Electron stdout(pid:11152)
(node:11680) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'D:\developments\boostnote\Boostnote.next\electron\dev-app-update.yml'
(node:11680) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1)
<< Electron stdout(pid:11152)
>> Electron stdout(pid:11152)
(node:11680) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
<< Electron stdout(pid:11152)
<!-- gh-comment-id:738846763 --> @coderkk commented on GitHub (Dec 4, 2020): I have tried `npm run dev:electron`, but I received the blow message ``` >> Electron stdout(pid:11152) << Electron stdout(pid:11152) >> Electron stdout(pid:11152) 23:26:15.485 > Checking for update << Electron stdout(pid:11152) >> Electron stdout(pid:11152) 23:26:15.581 > Error: Error: ENOENT: no such file or directory, open 'D:\developments\boostnote\Boostnote.next\electron\dev-app-update.yml' << Electron stdout(pid:11152) >> Electron stdout(pid:11152) Error: ENOENT: no such file or directory, open 'D:\developments\boostnote\Boostnote.next\electron\dev-app-update.yml' << Electron stdout(pid:11152) >> Electron stdout(pid:11152) (node:11680) UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open 'D:\developments\boostnote\Boostnote.next\electron\dev-app-update.yml' (node:11680) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). To terminate the node process on unhandled promise rejection, use the CLI flag `--unhandled-rejections=strict` (see https://nodejs.org/api/cli.html#cli_unhandled_rejections_mode). (rejection id: 1) << Electron stdout(pid:11152) >> Electron stdout(pid:11152) (node:11680) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code. << Electron stdout(pid:11152) ```
Author
Owner

@coderkk commented on GitHub (Dec 4, 2020):

Just read back the Readme. Need run npm run dev:webpack and open another terminal to run npm run dev:electron.

# Run webpack
npm run dev:webpack

# Run electron (You have to open another terminal to run this)
npm run dev:electron
<!-- gh-comment-id:738850986 --> @coderkk commented on GitHub (Dec 4, 2020): Just read back the Readme. Need run `npm run dev:webpack` and open another terminal to run `npm run dev:electron`. ``` # Run webpack npm run dev:webpack # Run electron (You have to open another terminal to run this) npm run dev:electron ```
Author
Owner

@TheArchitectEngineer commented on GitHub (Dec 4, 2020):

Great !!! Thanks !!

<!-- gh-comment-id:738882556 --> @TheArchitectEngineer commented on GitHub (Dec 4, 2020): Great !!! Thanks !!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#371
No description provided.