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
mpayne76
changed the title
Error: EISDIR: illegal operation on a directory, readlink replace with a clear and descriptive title
Error: EISDIR: illegal operation on a directory, readlink
Jun 24, 2024
Describe the bug
Error: EISDIR: illegal operation on a directory, readlink 'D:\Development\RBS Technology Hub\applications\emerald-migrations.rbs.rrtq.io_netlify\functions\store-weather-updates-scheduled-background.js'
System:
OS: Windows 11 10.0.22631
CPU: (20) x64 13th Gen Intel(R) Core(TM) i9-13900H
Binaries:
Node: 20.10.0 - C:\Program Files\nodejs\node.EXE
npm: 8.19.4 - C:\Program Files\nodejs\npm.CMD
Browsers:
Edge: Chromium (126.0.2592.68)
Steps to reproduce
Run netlify-dev
Configuration
[dev]
autoLaunch = false
[build]
base = "/"
publish = "dist"
command ="npm run generate"
[build.environment]
NODE_VERSION = "20.10.0"
[build.processing]
skip_processing = false
[build.processing.css]
bundle = true
minify = true
[build.processing.js]
bundle = true
minify = true
[build.processing.html]
pretty_urls = true
[build.processing.images]
compress = true
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "DENY"
Server= "-"
X-XSS-Protection = "1; mode=block"
Referrer-Policy = "same-origin"
X-Content-Type-Options = "nosniff"
Content-Security-Policy = "default-src 'self'; img-src * data:; script-src 'self' 'unsafe-inline' 'unsafe-eval' *.cloudfront.net *.cloudflare.com; connect-src 'self' *.auth0.com dev-c08qn9x2.us.auth0.com *.blob.core.windows.net; font-src 'self' fonts.googleapis.com fonts.gstatic.com *.cloudfront.net *.icomoon.io cdn.iconly.io; style-src 'unsafe-inline' fonts.googleapis.com fonts.gstatic.com *.cloudfront.net *.icomoon.io cdn.iconly.io;"
[[redirects]]
from = "/api/*"
to = "/.netlify/functions/:splat"
status = 200
force = true # COMMENT: ensure that we always redirect
[functions]
included_files = ["_netlify/config/.json", "_netlify/html/.html"]
directory = "_netlify/functions"
node_bundler = "esbuild"
[[plugins]]
package = "netlify-plugin-inline-functions-env"
Environment
System:
OS: Windows 11 10.0.22631
CPU: (20) x64 13th Gen Intel(R) Core(TM) i9-13900H
Memory: 45.88 GB / 63.69 GB
Binaries:
Node: 20.10.0 - C:\Program Files\nodejs\node.EXE
npm: 8.19.4 - C:\Program Files\nodejs\npm.CMD
The text was updated successfully, but these errors were encountered: