opentrace-community / opentrace-cloud-functions

OpenTrace Cloud Functions. Reference implementation of the BlueTrace protocol.
https://bluetrace.io
GNU General Public License v3.0
273 stars 121 forks source link

Issue with NPM - Windows #14

Closed esQmo closed 4 years ago

esQmo commented 4 years ago

I'm stuck at the below step: npm --prefix functions install

npm ERR! Can't install : Missing package version

Any help will be appreciated. I'm using Powershell

qtangs commented 4 years ago

That script needs to be run from the root folder. Optionally, you can start at the functions folder and run npm install instead.

esQmo commented 4 years ago

Did both. Still having the issue. First it was complaining about not finding the packages.json, then moved the one located at root/functions/ to /root