woutslabbinck / SolidEventSourcing

A pipeline to transform location data (gpx file format) to RDF data and publish them as an Event Source on Solid
MIT License
2 stars 2 forks source link

no such file or directory: EventSource/package.json #1

Closed svrstich closed 2 years ago

svrstich commented 2 years ago

Hi Wout, when running the install script on a clean brand new Ubuntu machine on the imec Virtual Wall2, I bumped into the following error:

67 error code ENOENT 68 error syscall open 69 error path /users/svrstich/SolidEventSourcing/EventSource/package.json 70 error errno -2 71 error enoent ENOENT: no such file or directory, open '/users/svrstich/SolidEventSourcing/EventSource/package.json' 72 error enoent This is related to npm not being able to find a file. 72 error enoent 73 verbose exit -2

This is after I cloned the project, using git clone https://github.com/woutslabbinck/SolidEventSourcing.git

Two questions: is this a problem? Or just some leftover from earlier versions? Thought I'd let you know!

Cheers, Stijn