ReactScriptLoader icon indicating copy to clipboard operation
ReactScriptLoader copied to clipboard

NPM Install not installing 0.0.1 Master Branch

Open fabioberger opened this issue 9 years ago • 0 comments

Hi,

When installing ReactScriptLoader with npm with the following declarating in my package.json file:

"react-script-loader": "0.0.1",

I am not getting the latest version of the code, i.e there are changes in master that aren't showing up in the copy installed in my node_modules folder.

I have to use:

"react-script-loader": "yariv/ReactScriptLoader#4004db47edf5b4e770f7f9796d73f70392d6c339",

Any idea why this is? Is npm caching an earlier version of the library?

Thanks

fabioberger avatar Jun 28 '16 13:06 fabioberger