-
Notifications
You must be signed in to change notification settings - Fork 25
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
omit
should accept readonly
arrays
#267
Comments
@aleclarson , Can i work on this? |
Hey @MarlonPassos-git , Do you know why I am getting this error when running Error: Cannot find module @rollup/rollup-darwin-arm64. npm has a bug related to optional dependencies (https://github.com/npm/cli/issues/4828). Please try `npm i` again after removing both package-lock.json and node_modules directory.
at requireWithFriendlyError (/Users/jisjoe/Documents/shan/radashi/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/native.js:59:9)
at Object.<anonymous> (/Users/jisjoe/Documents/shan/radashi/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/native.js:68:76)
... 3 lines matching cause stack trace ...
at Function.Module._load (node:internal/modules/cjs/loader:911:12)
at ModuleWrap.<anonymous> (node:internal/modules/esm/translators:169:29)
at ModuleJob.run (node:internal/modules/esm/module_job:193:25)
at async Promise.all (index 0)
at async ESMLoader.import (node:internal/modules/esm/loader:530:24) {
[cause]: Error: Cannot find module '@rollup/rollup-darwin-arm64'
Require stack:
- /Users/jisjoe/Documents/shan/radashi/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/native.js
at Function.Module._resolveFilename (node:internal/modules/cjs/loader:1028:15)
at Function.Module._load (node:internal/modules/cjs/loader:873:27)
at Module.require (node:internal/modules/cjs/loader:1100:19)
at require (node:internal/modules/cjs/helpers:119:18)
at requireWithFriendlyError (/Users/jisjoe/Documents/shan/radashi/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/native.js:41:10)
at Object.<anonymous> (/Users/jisjoe/Documents/shan/radashi/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/native.js:68:76)
at Module._compile (node:internal/modules/cjs/loader:1198:14)
at Object.Module._extensions..js (node:internal/modules/cjs/loader:1252:10)
at Module.load (node:internal/modules/cjs/loader:1076:32)
at Function.Module._load (node:internal/modules/cjs/loader:911:12) {
code: 'MODULE_NOT_FOUND',
requireStack: [
'/Users/jisjoe/Documents/shan/radashi/node_modules/.pnpm/[email protected]/node_modules/rollup/dist/native.js'
]
}
} |
@shan-shaji Strange. Can you provide your OS information? You have used |
Anyway, you can choose to use dev Container to develop your contributions. In the project, we configure an environment fully ready to run the project. |
Hey @MarlonPassos-git , I used pnpm to install the dependencies, but when I run |
Cool thanks @MarlonPassos-git will try that. |
Resolved at #272 |
From sodiray/radash#429 by @matthew-holder-revvity
PR welcome!
The text was updated successfully, but these errors were encountered: