Hello!
The company I work for recently purchased your template. However, I'm encountering some difficulty getting it to function properly. I'm receiving the following error message:
--> npm install --legacy-peer-deps
C:\Repo\template\angular\metronic_angular_v8.2.5_demo1\node_modules\nx\src\native\index.js:244
npm ERR! throw loadError
npm ERR! ^
npm ERR!
npm ERR! Error: Cannot find module '@nx/nx-win32-x64-msvc'
npm ERR! Require stack:
npm ERR! - C:\Repo\template\angular\metronic_angular_v8.2.5_demo
---> npm install --force
C:\Repo\template\angular\metronic_angular_v8.2.5_demo1\node_modules\nx\src\native\index.js:244
npm ERR! throw loadError
npm ERR! ^
npm ERR!
npm ERR! Error: Cannot find module '@nx/nx-win32-x64-msvc'
npm ERR! Require stack:
node -v
v22.0.0
Item Title: Metronic | Bootstrap HTML, VueJS, React, Angular, Asp.Net, Django & Laravel Admin
Dashboard Template
Can I provide you something else?
Could you please provide instructions on how to successfully implement your template? I previously commented on a similar post seeking help, but haven't received a response yet. Unfortunately, my company is requiring an update on the template implementation.
Thank you for your time and assistance.
That's great to hear! We'll investigate further to ensure everything is working smoothly. If you have any more questions or need further assistance, feel free to ask.
Hi Sebastian Gariglio
Could you please download from this link (https://drive.google.com/drive/u/2/folders/151pniANxTK4N5QD5lcI3kSfnDXCySJio) and try to reinstall?
Also, could you please try to delete the ".nx" folder, if any, and retry the installation?
I have fixed the issue by doing this:
npm i @nx/nx-win32-x64-msvc --force
npm cache clean --force
npm install --legacy-peer-deps
I hope you find it useful.
Hi Sebastian Gariglio
This error seems new to us. May I know what is your operating system?
@nx/nx-win32-x64-msvc module is not a part of Angular plugins.
Could you provide more details about your development environment and any recent changes or updates you've made to your project?
Thank
Yes, for sure.
At this moment, there are three of us experiencing the same error: Ivan Ferrer, who has posted here, there is another author who has also posted the same error, and me.
operating system:
Microsoft Windows 11 Home.
Version: 10.0.226121 Build 2261
System Type:
x64
I'm using Visual Studio Code.
Node Version:
node -v
v22.0.0
I have fixed the issue by doing this: npm i @nx/nx-win32-x64-msvc --force
npm cache clean --force
npm install --legacy-peer-deps
I hope you find it useful.
having the same issue here. please hhelp!
I have fixed the issue by doing this: npm i @nx/nx-win32-x64-msvc --force
npm cache clean --force
npm install --legacy-peer-deps
I hope you find it useful.
Hi
You can try the following steps:
Sometimes, clearing the npm cache can resolve installation issues. Run the following command to clear the npm cache:
npm cache clean --force
npm install -g npm@latest
Hi,
Thank you for aswering me. I followed the steps, but the result is the same. ..\metronic_angular_v8.2.5_demo1> npm cache clean --force
npm WARN using --force Recommended protections disabled.npm install -g npm@latest
removed 18 packages, and changed 52 packages in 14snpm install --legacy-peer-deps
command C:\Windows\system32\cmd.exe /d /s /c node ./bin/post-install
npm error C:\Repo\template\angular\metronic_angular_v8.2.5_demo1\node_modules\nx\src\native\index.js:244
npm error throw loadError
npm error ^
npm error
npm error Error: Cannot find module '@nx/nx-win32-x64-msvc'
npm error Require stack:
Could you please tell me what else I can test? Thank you!