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 get this error. But I want to uninstall emails plugin which is causing the error.
How can I fix this? Im on latest netlify functions 1.4.0
$ netlify dev
\◈ Netlify Dev ◈
◈ Injecting environment variable values for all scopes
◈ Injected site settings env var: MAILGUN_DOMAIN
◈ Injected site settings env var: MAILGUN_PROVIDER_API_KEY
◈ Injected site settings env var: MAILJET_KEY
◈ Injected site settings env var: MAILJET_SECRET
◈ Setting up local development server
❯ Installing plugins
- @netlify/[email protected]
- @netlify/[email protected]
Dependencies installation error
────────────────────────────────────────────────────────────────
Error message
Error while installing dependencies in /Users/theobouwman/dev/projects/momo/momo-website/.netlify/plugins/
Resolved config
build:
command: npm run build
commandOrigin: config
publish: /Users/theobouwman/dev/projects/momo/momo-website/.next
publishOrigin: config
functionsDirectory: /Users/theobouwman/dev/projects/momo/momo-website/netlify/functions
plugins:
- inputs: {}
origin: ui
package: '@netlify/plugin-nextjs'
- inputs: {}
origin: ui
package: '@netlify/plugin-emails'
› Error: Could not start local development server
Error while installing dependencies in /Users/theobouwman/dev/projects/momo/momo-website/.netlify/plugins/
Error: Error while installing dependencies in /Users/theobouwman/dev/projects/momo/momo-website/.netlify/plugins/
at runCommand (file:///Users/theobouwman/.config/yarn/global/node_modules/@netlify/build/lib/install/main.js:20:24)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async installMissingPlugins (file:///Users/theobouwman/.config/yarn/global/node_modules/@netlify/build/lib/install/missing.js:16:5)
at async handleMissingPlugins (file:///Users/theobouwman/.config/yarn/global/node_modules/@netlify/build/lib/plugins/resolve.js:97:5)
at async resolvePluginsPath (file:///Users/theobouwman/.config/yarn/global/node_modules/@netlify/build/lib/plugins/resolve.js:32:29)
at async tGetPluginsOptions (file:///Users/theobouwman/.config/yarn/global/node_modules/@netlify/build/lib/plugins/options.js:12:29)
at async tGetPluginsOptions (file:///Users/theobouwman/.config/yarn/global/node_modules/@netlify/build/lib/time/main.js:18:63)
at async initAndRunBuild (file:///Users/theobouwman/.config/yarn/global/node_modules/@netlify/build/lib/core/build.js:241:66)
at async runAndReportBuild (file:///Users/theobouwman/.config/yarn/global/node_modules/@netlify/build/lib/core/build.js:144:156)
at async tExecBuild (file:///Users/theobouwman/.config/yarn/global/node_modules/@netlify/build/lib/core/build.js:92:127)
The text was updated successfully, but these errors were encountered:
I get this error. But I want to uninstall emails plugin which is causing the error.
How can I fix this? Im on latest netlify functions 1.4.0
The text was updated successfully, but these errors were encountered: