NathanaelA / nativescript-platform-css

A NativeScript plugin to deal with Declarative UI and Platform specific CSS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to install - getting 'Not Found'

jdavidbakr opened this issue · comments

Any ideas? Here is the command and output:

$ tns plugin add @proplugins/nativescript-platform-css
npm ERR! code E404
npm ERR! 404 Not Found: @proplugins/nativescript-platform-css@latest

Well I would need to see the rest of the error; but my guess is that you do not have the @proplugins namespace pointed to the proper package server.

The command is:
npm login --registry=https://npm.proplugins.org --scope=@proplugins
And you need to use the username/password you setup for your account.