lemaiwo / ui5-control-space-demoapp

Apache License 2.0
0 stars 0 forks source link

Error: starting the app #1

Open tobiashofmann opened 3 months ago

tobiashofmann commented 3 months ago

I am trying to run the app but get an error.

Steps to reproduce:

Cone the repo and run as outlined in the readme:

npm install npm start

Last command gives an error:

⚠️ Process Failed With Error

Error Message: Unable to locate module be.wl.space via resolve logic: Cannot find module 'be.wl.space/package.json' from '//ui5-control-space-demoapp'

Reason seems to be in package.json:

"dependencies": { "be.wl.space": "file:../be.wl.space" },

lemaiwo commented 3 months ago

Hello Tobias, the documentation is not yet finished and I also had to fix the dependency to the library which is different when cloning from git. The app requires a library which you have to clone and build first. If you follow these steps in the same folder you should be able to run it:

git clone https://github.com/lemaiwo/ui5-control-space-library.git cd ui5-control-space-library npm i npm run build cd .. git clone https://github.com/lemaiwo/ui5-control-space-demoapp.git cd ui5-control-space-demoapp npm i npm start