aurelia / dialog

A dialog plugin for Aurelia.
MIT License
106 stars 115 forks source link

404 on typings install for Aurelia metadata #408

Closed adamavenant closed 2 years ago

adamavenant commented 3 years ago

I'm submitting a bug report

Please tell us about your environment:

Current behavior: When running npm install, the following error is returned: typings ERR! message Unable to read typings for "aurelia-metadata". You should check the entry paths in "typings.json" are up to date typings ERR! caused by https://raw.githubusercontent.com/aurelia/metadata/master/dist/types/aurelia-metadata.d.ts/index.d.ts responded with 404, expected it to equal 200

Expected/desired behavior:

npm install completes successfully

Alexander-Taran commented 2 years ago

@adamavenant not sure what do you mean. cloning the repo and npm Install works adding Aurelia-dialog to package.json and running npm install works. What does not work for you?

Alexander-Taran commented 2 years ago

@bigopon

async triageQuestion(id) =>{
 respondSameDay()
 let response = await getResponseFromOP( { timeout : fromWeeks(4) } )
 if(!response) {
    closeQuestion(id,randomReason())
 }
}
bigopon commented 2 years ago

should be already fixed