Closed MichielDeMey closed 8 years ago
Sorry, we made a mistake by having the module private. Its now public and should work.
In the new NPM version, the @ is deprecated
Can you clarify? I think you are confused. @
was introduced for namespaces.
Let us know if this works for you now:
npm install --save @littlebits/cloud-http
I tried it using the @
for namespaces, but I couldn't get it to work.
To be honest I've never used namespaces before. :)
@MichielDeMey No problem, and thanks for reporting this issue.
I suggest we use the NPM registry for NPM installs. The command specified in the README doesn't work.
In the new NPM version, the
@
is deprecated and I believe it should becloud-client-api-http
notcloud-http
. :)