Skip to content
This repository has been archived by the owner on Dec 17, 2018. It is now read-only.

NPM version different from current compiled version. #4

Closed
marshallswain opened this issue Mar 31, 2016 · 2 comments
Closed

NPM version different from current compiled version. #4

marshallswain opened this issue Mar 31, 2016 · 2 comments

Comments

@marshallswain
Copy link
Member

When I clone the repo, do npm install and check the lib folder, I get the following at line 94 of lib/common-tests.js:

people.remove(_ids.Bob).then(function () {

When I install version 0.5.4 from npm, it's different. The _ids.Bob argument is missing. I get this for the same line when I open it in the node_modules folder:

people.remove().then(function () {

I just deleted the folder and installed again to make sure I hadn't accidentally modified the file.

@daffl
Copy link
Member

daffl commented Apr 2, 2016

This can be closed now right?

@daffl daffl closed this as completed Apr 11, 2016
@marshallswain
Copy link
Member Author

Yep thanks.

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

2 participants