Rich-Harris / packd

Rollup as a service (with a little help from Browserify)
https://packd.now.sh
MIT License
259 stars 24 forks source link

Getting `no space left on device` error from server #152

Open effrenus opened 3 years ago

effrenus commented 3 years ago

GET request: https://bundle.run/@babel/plugin-proposal-pipeline-operator@7.15.0

Response:

ENOSPC: no space left on device, mkdir '/tmp/4c001d6aab9af2b89eb0f64d15f044c8fadb6292'

Encountered while trying to add plugin on babel REPL page (https://babeljs.io/repl). Browser console log

Loading script from “https://bundle.run/@babel/plugin-syntax-pipeline-operator@7.15.0” 
with importScripts() was blocked because of a disallowed MIME type (“text/html”)

Related to https://github.com/babel/website/issues/2549