Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
npm install docpad-plugin-minicms not installing #647
Comments
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
greduan
Sep 18, 2013
Contributor
Whenever you use docpad install
you don't need to add docpad-plugin-
to the plugin name. So in this case docpad install minicms
is enough. :)
Whenever you use |
That's true, although I'm not sure that is what caused this error though. We'll need to get the minicms author to weigh in on this as he would know best. @jeremyfa what are your thoughts? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
jeremyfa
Sep 18, 2013
Seems that a the slug module is broken. Need to check what is going on. Give me some time to take a look!
jeremyfa
commented
Sep 18, 2013
Seems that a the slug module is broken. Need to check what is going on. Give me some time to take a look! |
s2zaman
commented
Sep 19, 2013
@jeremyfa Have you checked the issue... |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
jeremyfa
Sep 20, 2013
I tested the installation on the last version of docpad (6.53.0) with last version of node (0.10.18) and everything installs correctly.
My suggestions:
- Try again the installation. Maybe the dependency was broken for a while and is now fixed by its author
- Update docpad and node version and try again
Are you running on Mac, Linux?
jeremyfa
commented
Sep 20, 2013
I tested the installation on the last version of docpad (6.53.0) with last version of node (0.10.18) and everything installs correctly. My suggestions:
Are you running on Mac, Linux? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
s2zaman
Sep 20, 2013
I'm using Windows 8 Pro, 32-bit OS on x64-based architecture.
Thanks for resolving the problem !!
s2zaman
commented
Sep 20, 2013
I'm using Windows 8 Pro, 32-bit OS on x64-based architecture. |
So it's working now for you @s2zaman? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
s2zaman
Sep 20, 2013
I think there is problem either with the sigmund
or lru-cache
or both.
I tried the installation, both with npm
and docpad
but the error comes up on reaching the mentioned packages.
s2zaman
commented
Sep 20, 2013
I think there is problem either with the |
@isaacs any ideas? or any ideas on who we should ask? |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
isaacs
commented
Oct 8, 2013
Works fine for me. |
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
s2zaman
Oct 9, 2013
Thanks to you all.
The problem is solved !
The problem was not with the sigmund
,lru-cache
.
The unicode package has some issue in it.
I worked around on it on my system as:
Hint: code in the [ ] indicates path.
- I captured the "docpad-plugin-minicms" folder manually, while the
npm install
was being carried out in the [../examples/blog]. then copied it to the [../examples/blog/node_modules/]. - downloaded "UnicodeData.txt" file manually
- downloaded the "node-unicodetable" manually, put in the [../examples/blog/node_modules/docpad-plugin-minicms']
- rename the "node-unicodetable" folder to "unicode"
- Finally
docpad server
in [../examples/blog/]
s2zaman
commented
Oct 9, 2013
Thanks to you all. The problem was not with the I worked around on it on my system as:
|
s2zaman
closed this
Oct 9, 2013
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
mrj04
Aug 29, 2016
unicodedatafile = {
host: "unicode.org",
By this code :
unicodedatafile = {
host: "http://unicode.org",
mrj04
commented
Aug 29, 2016
unicodedatafile = { By this code : unicodedatafile = { |
s2zaman commentedSep 18, 2013
My previous issue #646 was resolved by @balupton .
But this came up.
The error results from the command
npm install docpad-plugin-minicms