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
Hi, I'm trying to run parcel-bundler for node.js in a firebase cloud function, in which I don't have any write permissions, only the /tmp folder. The app is failing because parcel is trying to write to the package.json file without having permissions. It's this something expected, is a bug or can be configured in any way to avoid parcel to do this?
This is the error I got: EROFS: read-only file system, open '/workspace/package.json
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
-
Hi, I'm trying to run parcel-bundler for node.js in a firebase cloud function, in which I don't have any write permissions, only the
/tmp
folder. The app is failing because parcel is trying to write to the package.json file without having permissions. It's this something expected, is a bug or can be configured in any way to avoid parcel to do this?This is the error I got:
EROFS: read-only file system, open '/workspace/package.json
This is the bundler configuration:
Note: the same code runs perfectly well on local environment in which I have write permissions
Beta Was this translation helpful? Give feedback.
All reactions