node :20.15.1 angular : 18 npm : 10.7.0
Already Tried Solutions not work in my case :
- delete node modules and package-lock.json
- clear npm cache
- try manually install @rollup/rollup-win32-x64-msvc
node :20.15.1 angular : 18 npm : 10.7.0
Already Tried Solutions not work in my case :
- delete node modules and package-lock.json
- clear npm cache
- try manually install @rollup/rollup-win32-x64-msvc
- angular 18 is incompatible with that old nodejs. update your nodejs. angular.dev/reference/versions – Andrei Commented Mar 11 at 8:51
- @Andrei sorry it was typo mistake : node version is 20.15.1 – Nitin Dube Commented Mar 11 at 9:29
1 Answer
Reset to default 0Try this
npm install @rollup/rollup-win32-x64-msvc --save-dev