-
Notifications
You must be signed in to change notification settings - Fork 1k
Closed
Description
Category
- Question
- Typo
- Bug
- Additional article idea
Expected or Desired Behavior
Correctly restore dependencies of a project created using a public version of the SPFx generator.
Observed Behavior
When restoring dependencies of a project created using SPFx v1.1.0 I'm getting the following errors:
npm ERR! fetch failed https://registry.npmjs.org/@microsoft/decorators/-/decorators-1.0.1.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
npm ERR! fetch failed https://registry.npmjs.org/@microsoft/sp-component-base/-/sp-component-base-1.0.1.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
npm ERR! fetch failed https://registry.npmjs.org/@microsoft/sp-odata-types/-/sp-odata-types-1.0.1.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
npm ERR! fetch failed https://registry.npmjs.org/@microsoft/sp-page-context/-/sp-page-context-1.0.1.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
npm ERR! fetch failed https://registry.npmjs.org/@microsoft/decorators/-/decorators-1.0.1.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
npm ERR! fetch failed https://registry.npmjs.org/@microsoft/sp-component-base/-/sp-component-base-1.0.1.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
npm ERR! fetch failed https://registry.npmjs.org/@microsoft/sp-odata-types/-/sp-odata-types-1.0.1.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
npm ERR! fetch failed https://registry.npmjs.org/@microsoft/sp-page-context/-/sp-page-context-1.0.1.tgz
npm WARN retry will retry, error on last attempt: Error: fetch failed with status code 404
npm ERR! fetch failed https://registry.npmjs.org/@microsoft/decorators/-/decorators-1.0.1.tgz
npm ERR! fetch failed https://registry.npmjs.org/@microsoft/sp-component-base/-/sp-component-base-1.0.1.tgz
npm ERR! fetch failed https://registry.npmjs.org/@microsoft/sp-odata-types/-/sp-odata-types-1.0.1.tgz
npm ERR! fetch failed https://registry.npmjs.org/@microsoft/sp-page-context/-/sp-page-context-1.0.1.tgz
npm ERR! fetch failed with status code 404
It seems like the tarballs of these packages are missing from npmjs.
michel-weber and vgrem
Metadata
Metadata
Assignees
Labels
No labels