Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error: EISDIR: illegal operation on a directory, readlink #6732

Open
mpayne76 opened this issue Jun 24, 2024 · 0 comments
Open

Error: EISDIR: illegal operation on a directory, readlink #6732

mpayne76 opened this issue Jun 24, 2024 · 0 comments
Labels
type: bug code to address defects in shipped code

Comments

@mpayne76
Copy link

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

@mpayne76 mpayne76 added the type: bug code to address defects in shipped code label Jun 24, 2024
@mpayne76 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug code to address defects in shipped code
Projects
None yet
Development

No branches or pull requests

1 participant