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
I got a no such file or directory error when I run parcel build index.js.
There was no error before and it happened when I updated the parcel package from 2.8 to 2.10.
However, it is now happening in 2.8 as well.
It's probably caused by packages installed by dependencies of parcel.
According to the error message, the file path being accessed is:
I confirm that I have the same issue.
I created a DevDrive volume mounted to a Windows directory, and parcel does not work when source code is access with a volume mounted to a directory.
I got a
no such file or directory
error when I runparcel build index.js
.There was no error before and it happened when I updated the
parcel
package from 2.8 to 2.10.However, it is now happening in 2.8 as well.
It's probably caused by packages installed by dependencies of
parcel
.According to the error message, the file path being accessed is:
Actual path is:
If using volume:
The text was updated successfully, but these errors were encountered: