-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
problem loading dependencies #1
Comments
In narwhal-lib all of the modules that do not comply with CommonJS specs are in the narwhal directory: require("narwhal/html"). Looks like this is looking for /lib/html.js instead of /lib/narwhal/html.js. |
I updated Pintura today for refactoring of http://github.com/kriskowal/narwhal-lib/zipball/narwhal-lib. The latest Pintura should have its reference to narwhal-lib fixed. Can you try clearing out your downloaded-modules and see if the problem still exists. |
Downloading http://github.com/kriskowal/narwhal-lib/zipball/master |
I was getting that a while back, but it should have been fixed. What revisions of node, persevere-example-wiki, and nodules are your running? Here's what I do for a clean upgrade:
|
I should add that when I tried registering a user I got alerts like: Maybe the MethodNotAllowedError was because I could register and login? |
I think the error with the query was introduced by some changes in the resource-query module. I'll see if I can provide a patch if I get some time. |
I've cloned nodules and persevere-example-wiki and am trying to install the dependencies but am getting the following error:
node ../nodules/lib/nodules.js
Downloading http://github.com/kriskowal/narwhal-lib/zipball/narwhal-lib
self flush readyState = open
Error: Archive not found http://github.com/kriskowal/narwhal-lib/zipball/narwhal-lib failed to load jar:http://github.com/kriskowal/narwhal-lib/zipball/narwhal-lib!/lib/html.js
at Object.jar:http://github.com/kriskowal/narwhal-lib/zipball/narwhal-lib!/lib/html.js (/Users/tedx/Downloads/nodules/lib/nodules.js:288:13)
at /Users/tedx/Downloads/nodules/lib/nodules.js:195:28
at Object.jar:http://github.com/kriszyp/pintura/zipball/master!/lib/media/html.js (jar:http://github.com/kriszyp/pintura/zipball/master!/lib/media/html.js:5:15)
at /Users/tedx/Downloads/nodules/lib/nodules.js:195:28
at Object.jar:http://github.com/kriszyp/pintura/zipball/master!/lib/pintura.js (jar:http://github.com/kriszyp/pintura/zipball/master!/lib/pintura.js:70:1)
at /Users/tedx/Downloads/nodules/lib/nodules.js:195:28
at file:///Users/tedx/Downloads/persevere-example-wiki/lib/index.js:3:15
at /Users/tedx/Downloads/nodules/lib/nodules.js:135:3
The text was updated successfully, but these errors were encountered: