NathanaelA / nativescript-platform-css

A NativeScript plugin to deal with Declarative UI and Platform specific CSS
23 stars 18 forks source link

Unable to install - getting 'Not Found' #29

Closed jdavidbakr closed 4 years ago

jdavidbakr commented 4 years ago

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
NathanaelA commented 4 years ago

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.