52North / smle

The friendly SensorML Editor ☺
http://52north.github.io/smle/master/
Other
17 stars 20 forks source link

missing module @helgoland/core #44

Open danielMihaiToma opened 6 years ago

danielMihaiToma commented 6 years ago

When running the smle I get this error: in node_modules/@helgoland/caching/src/cache-interceptor.d.ts(4,81): error TS2307: Cannot find module '@helgoland/core'.

janschulte commented 6 years ago

Which branch did you use and what did you do? Normally the @helgoland/core is a dependency of @helgoland/caching so it will be also installed...

danielMihaiToma commented 6 years ago

I use the master branch. I downlaod the develop branch and this works! However, I would like to add some functionalities like editing Simple and Aggregated process and DataInterface. I will keep you informed on the this work.