Skip to content
This repository has been archived by the owner on Sep 15, 2023. It is now read-only.

Yarn & NPM not pulling latest version #525

Closed
splicebison opened this issue Jan 16, 2018 · 6 comments
Closed

Yarn & NPM not pulling latest version #525

splicebison opened this issue Jan 16, 2018 · 6 comments

Comments

@splicebison
Copy link

When using yarn add, I get v4.3.1 however the code is outdated somehow. I've tried multiple node/npm/yarn versions as well as clearing yarn cache. I need the newer version of gulpfile.js > tasks > browserSync.js to inject the connect-history-api-fallback into the new extraMiddlewares prop provided in the latest version. Any thoughts on this?

@benjtinsley
Copy link
Contributor

benjtinsley commented Jan 16, 2018

@splicebison thanks for submitting. how do you know the code is outdated, or what makes you believe it is?

@splicebison
Copy link
Author

@benjtinsley Viewing file node_modules > blendid > gulpfile.js > tasks > browserSync.js.

@benjtinsley
Copy link
Contributor

@splicebison ah i understand. it appears that particular change has not been rolled into a release yet. we are working on one sometime this week, i will keep you posted when it goes up

@splicebison
Copy link
Author

Ok, please do let me now. I'm using the Raw file pasted into the node_module at the moment in anticipation (time constraints). Thanks.

@maoueh
Copy link
Contributor

maoueh commented Jan 17, 2018

I just did:

$ mkdir /tmp/blendid-test && cd /tmp/blendid-test
$ yarn init -y
$ yarn add --dev blendid

$ grep version node_modules/blendid/package.json
  "version": "4.4.1",

The node_modules > blendid > gulpfile.js > tasks > browserSync.js seems ok also. Resolved?

@splicebison
Copy link
Author

@maoueh Tested and working. Latest 4.4.1 pulls correct files. Thanks. Closing issue.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants