microsoft / Viva-Connections-Extensibility-Beta

38 stars 6 forks source link

E404 Not Found - GET http://registry.npmjs.org/@microsoft%2fsp-adaptive-card-extension-base #9

Closed Arvindhan-N closed 3 years ago

Arvindhan-N commented 3 years ago

Executed the command "yo @microsoft/sharepoint --plusbeta"

Project also get created with the below error:

npm ERR! code E404 npm ERR! 404 Not Found - GET http://registry.npmjs.org/@microsoft%2fsp-adaptive-card-extension-base - Not found npm ERR! 404 npm ERR! 404 '@microsoft/sp-adaptive-card-extension-base@1.13.0-beta.5' is not in the npm registry. npm ERR! 404 You should bug the author to publish it (or use the name yourself!) npm ERR! 404 npm ERR! 404 Note that you can also install from a npm ERR! 404 tarball, folder, http url, or git url. E404_Error

jansenbe commented 3 years ago

@Arvindhan-N : did you complete the pre-requisites (see https://github.com/microsoft/Viva-Connections-Extensibility-Private-Beta/wiki/Lab-0%3A-Prerequisites)? Think you did not create/update your .npmrc file.

image

johnguy0 commented 3 years ago

@jansenbe's reply is correct. Additionally, since the generator is installed globally the global .npmrc should be the one modified. Typically under your user folder. The instructions are in the labs. Closing since this is not a broad issue.