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
Seeing an issue in AnalogStudiosRI/api#44 where Rollup was trying to resolve to the user's workspace?
Error: Could not load /Users/owenbuckley/Workspace/analogstudiosri/api/src/: EISDIR: illegal operation on a directory, read
at async readFileHandle (node:internal/fs/promises:553:24)
at async NodeModulesResource.serve (file:///Users/owenbuckley/Workspace/analogstudiosri/api/node_modules/@greenwood/cli/src/plugins/resource/plugin-node-modules.js:49:18)
at async Object.load (file:///Users/owenbuckley/Workspace/analogstudiosri/api/node_modules/@greenwood/cli/src/config/rollup.config.js:81:24)
at async PluginDriver.hookFirstAndGetPlugin (file:///Users/owenbuckley/Workspace/analogstudiosri/api/node_modules/rollup/dist/es/shared/node-entry.js:20712:28)
at async file:///Users/owenbuckley/Workspace/analogstudiosri/api/node_modules/rollup/dist/es/shared/node-entry.js:19832:33
at async Queue.work (file:///Users/owenbuckley/Workspace/analogstudiosri/api/node_modules/rollup/dist/es/shared/node-entry.js:20922:32) {
errno: -21,
code: 'PLUGIN_ERROR',
syscall: 'read',
pluginCode: 'EISDIR',
plugin: 'commonjs--resolver',
hook: 'resolveId',
id: '/Users/owenbuckley/Workspace/analogstudiosri/api/node_modules/qs/lib/index.js'
Details
Doing a little research, and based on the importer
Type of Change
Bug
Summary
Related Issue
Seeing an issue in AnalogStudiosRI/api#44 where Rollup was trying to resolve to the user's workspace?
Details
Doing a little research, and based on the importer
the culprit is this package which has this code 😞
https://unpkg.com/browse/[email protected]/callBound.js
Unrelated, seems like Rollup is normalizing our APIs twice?
The text was updated successfully, but these errors were encountered: