Skip to content

Unable to restore dependencies of a project created using SPFx v1.1.0 #813

@waldekmastykarz

Description

@waldekmastykarz

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions