I tried to install the pre-release version 1.77.0 on Windows 10, but I couldn’t succeed. Below is the information displayed in the command prompt window. I appreciate any suggestions and help in advance.
C:\Users\Administrator>npm install -g n8n@next
npm error code ETARGET
npm error notarget No matching version found for @n8n/[email protected].
npm error notarget In most cases you or one of your dependencies are requesting
npm error notarget a package version that doesn't exist.
npm error A complete log of this run can be found in: C:\Users\Administrator\AppData\Local\npm-cache\_logs\2025-01-31T02_23_19_690Z-debug-0.log
C:\Users\Administrator>npm show @n8n/config versions
[
'1.1.0', '1.2.0', '1.3.0', '1.4.0',
'1.4.1', '1.5.0', '1.5.1', '1.6.0',
'1.6.1', '1.7.0', '1.8.0', '1.8.1',
'1.9.0', '1.10.0', '1.11.0', '1.12.0',
'1.12.1', '1.13.0', '1.14.0', '1.15.0',
'1.16.0', '1.17.0', '1.18.0', '1.19.0',
'1.20.0', '1.20.1', '1.20.2', '1.21.0',
'1.21.1', '1.21.2', '1.21.3', '1.22.0',
'1.23.0', '1.24.0', '1.25.0', '1.26.0'
]