cannot build git contacts [message #1849909] |
Tue, 08 February 2022 06:50  |
Eclipse User |
|
|
|
I cloned the org.eclipse.scout.docs repo, and import the contacts directory. When I run "[contacts] all windows", I get this error:
[contacts] js build windows
Installing 'pnpm' into ../../node_modules
up to date, audited 2 packages in 948ms
1 package is looking for funding
run `npm fund` for details
found 0 vulnerabilities
Running 'pnpm install' in C:\Users\myname\Projects\EclipseScout\org.eclipse.scout.docs\code
Der Befehl "node_modules\pnpm" ist entweder falsch geschrieben oder
konnte nicht gefunden werden.
I have eclipse scout 2021-06, which is eclipse scout 22, a beta, on Java 11. I tried previous versions of eclipse scout, but they were all scout 22, down to 2019-12, which I could not run (does not accept any of my JREs).
I have a dedicated writable node installation in the path, with pnpm already installed. When I use a cmd.exe in the the code directory, I get
ERR_PNPM_NO_MATCHING_VERSION No matching version found for @eclipse-scout/cli@11.0.0-snapshot
The latest release of @eclipse-scout/cli is "22.0.0-beta.5".
Other releases are:
* alpha: 11.0.4-beta.2
If you need the full list of all 53 published versions run "$ pnpm view @eclipse-scout/cli versions".
Progress: resolved 3, reused 3, downloaded 0, added 0
What now?
|
|
|
|
|
|
|
|
Re: cannot build git contacts [message #1850134 is a reply to message #1850118] |
Thu, 17 February 2022 07:06  |
Eclipse User |
|
|
|
Hi Martin
You are right. I would not recommend to use any snapshots for your own projects as snapshots are nightly builds (therefore change often) and are untested.
Instead I would recommend to always use fixed release versions for your applications and from time to time update to the latest release available. Then you can choose the moment you update and have the chance to do a retesting.
The demo applications in the docs repo on the other hand are mainly used to demonstrate and test the latest features. That's why they are configured to use the snapshot.
Kind regards
Mat
|
|
|
Powered by
FUDForum. Page generated in 0.04999 seconds