jakearchibald / idb

IndexedDB, but with promises
https://www.npmjs.com/package/idb
ISC License
6.29k stars 353 forks source link

NPM run build throwing errors #177

Closed kuhlaid closed 4 years ago

kuhlaid commented 4 years ago

I cloned the repo, ran an npm install and tried npm run build but the build will not execute due to error (Failed at the idb@5.0.2 build script). I would like to run the idb tests.

jakearchibald commented 4 years ago

I'll need more details than that

jakearchibald commented 4 years ago

Closing. Please reopen if you can provide enough details for me to recreate the problem you're having.

kuhlaid commented 4 years ago

I cloned this repo yesterday and was trying to perform the steps listed in the 'Building and testing' section of the README at the bottom of the page. It says to run 'npm run build', add a server to the build, then check the build/test/ directory in the browser. Of course without a build there is no build/test/ directory to test.

jakearchibald commented 4 years ago

You haven't told me anything about the platform or node version you're using.

kuhlaid commented 4 years ago

I'm on Windows 10 Enterprise 64bit running node v8.11.3. I can certainly update my node version if that is an issue. - thanks

jakearchibald commented 4 years ago

Yeah, it's likely to be the old node version. Maintenance on 8.x ended on 2019-12-31.