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
First I will mention that I am very new to code, so can acknowledge that I may have missed something, however, AI suggested that I report the issue that I had.
I wanted to use parceljs to create a music/learning app, however, the URL was not working on my web browser, and the files did not seem to be 'linked'. I did the problem solving, looking at my connection etc, but nothing I did changed it even though it said that I had downloaded successfully the second time around. I will add the code message below. I have decided to report it to you because I then went on to download Vite and this was a whole different experience as everything loaded up and the whole process was easier. So I am happy with Vite, and just letting Github know of the issue I had with Parcel. (I don't know where or how to report issues on github, so more apologies).
The following is the console messages I got when loading parceljs:
2btin@DESKTOP-873S5QB MINGW64 /f/Coding Work/Music
$ parcel src/index.html
Server running at http://localhost:1234
⠹ Optimizing index.html...
node:fs:1871
binding.unlink(getValidatedPath(path));
^
Error: ENOENT: no such file or directory, unlink 'F:\Coding Work\Music\dist\index.html.7596.a'
at Object.unlinkSync (node:fs:1871:11)
at WriteStream. (C:\Users\2btin\AppData\Roaming\npm\node_modules\parcel\node_modules@parcel\fs\lib\index.js:1142:83)
at Object.onceWrapper (node:events:639:26)
at WriteStream.emit (node:events:536:35)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'unlink',
path: 'F:\Coding Work\Music\dist\index.html.7596.a'
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
First I will mention that I am very new to code, so can acknowledge that I may have missed something, however, AI suggested that I report the issue that I had.
I wanted to use parceljs to create a music/learning app, however, the URL was not working on my web browser, and the files did not seem to be 'linked'. I did the problem solving, looking at my connection etc, but nothing I did changed it even though it said that I had downloaded successfully the second time around. I will add the code message below. I have decided to report it to you because I then went on to download Vite and this was a whole different experience as everything loaded up and the whole process was easier. So I am happy with Vite, and just letting Github know of the issue I had with Parcel. (I don't know where or how to report issues on github, so more apologies).
The following is the console messages I got when loading parceljs:
2btin@DESKTOP-873S5QB MINGW64 /f/Coding Work/Music
$ parcel src/index.html
Server running at http://localhost:1234
⠹ Optimizing index.html...
node:fs:1871
binding.unlink(getValidatedPath(path));
^
Error: ENOENT: no such file or directory, unlink 'F:\Coding Work\Music\dist\index.html.7596.a'
at Object.unlinkSync (node:fs:1871:11)
at WriteStream. (C:\Users\2btin\AppData\Roaming\npm\node_modules\parcel\node_modules@parcel\fs\lib\index.js:1142:83)
at Object.onceWrapper (node:events:639:26)
at WriteStream.emit (node:events:536:35)
at emitErrorNT (node:internal/streams/destroy:170:8)
at emitErrorCloseNT (node:internal/streams/destroy:129:3)
at process.processTicksAndRejections (node:internal/process/task_queues:90:21) {
errno: -4058,
code: 'ENOENT',
syscall: 'unlink',
path: 'F:\Coding Work\Music\dist\index.html.7596.a'
}
Node.js v22.12.0
I hope that this is helpful.
Beta Was this translation helpful? Give feedback.
All reactions