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

cdk deploy fails #6

Open
avelloal opened this issue Aug 5, 2024 · 0 comments
Open

cdk deploy fails #6

avelloal opened this issue Aug 5, 2024 · 0 comments

Comments

@avelloal
Copy link

avelloal commented Aug 5, 2024

While executing cdk deploy, it fails returning error -1. Running the command outside of the deploy, it shows issues with the vite library

[email protected] build
tsc && vite build

/asset-input/node_modules/rollup/dist/native.js:59
throw new Error(
^

Error: Cannot find module @rollup/rollup-linux-x64-gnu. npm has a bug related to optional dependencies (npm/cli#4828). Please try npm i again after removing both package-lock.json and node_modules directory.
at requireWithFriendlyError (/asset-input/node_modules/rollup/dist/native.js:59:9)
at Object. (/asset-input/node_modules/rollup/dist/native.js:68:76)
... 3 lines matching cause stack trace ...
at Module._load (node:internal/modules/cjs/loader:1024:12)
at cjsLoader (node:internal/modules/esm/translators:348:17)
at ModuleWrap. (node:internal/modules/esm/translators:297:7)
at ModuleJob.run (node:internal/modules/esm/module_job:222:25)
at async ModuleLoader.import (node:internal/modules/esm/loader:316:24) {
[cause]: Error: Cannot find module '@rollup/rollup-linux-x64-gnu'
Require stack:

  • /asset-input/node_modules/rollup/dist/native.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1145:15)
    at Module._load (node:internal/modules/cjs/loader:986:27)
    at Module.require (node:internal/modules/cjs/loader:1233:19)
    at require (node:internal/modules/helpers:179:18)
    at requireWithFriendlyError (/asset-input/node_modules/rollup/dist/native.js:41:10)
    at Object. (/asset-input/node_modules/rollup/dist/native.js:68:76)
    at Module._compile (node:internal/modules/cjs/loader:1358:14)
    at Module._extensions..js (node:internal/modules/cjs/loader:1416:10)
    at Module.load (node:internal/modules/cjs/loader:1208:32)
    at Module._load (node:internal/modules/cjs/loader:1024:12) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [ '/asset-input/node_modules/rollup/dist/native.js' ]
    }
    }

FIX : add the following to
resources/ui/package.json

"optionalDependencies": {
"@rollup/rollup-linux-x64-gnu": "4.6.1"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant