-
Notifications
You must be signed in to change notification settings - Fork 143
node keystone command throws error after installing on Mac OSX Yosemite #129
Comments
try node 4.0 or later |
I get the same error. Ubuntu 14.04 x64 running on Digital Ocean. Node v4.1.1, npm 2.14.4. I've tried |
getting the same error..can't get it fixed...installed unicode manually...did npm cache clean and sudo npm...still same error!!! and I'm running all the latest version of all frameworks |
okay..I just fixed mine..I remove unicode and slug modules manually from node_modules...and then reinstalled just slug with npm install slug...and it worked finally!!!! |
@priom do you know what the problem was exactly? so we can fix it for others. |
Having the same issue...removing slug and unicode and run npm install slug worked. |
Take a look at this package. running |
@morenoh149 hey..the slug version comes with the package might be deprecated which was causing all this issue... |
which slug dependency? |
I also have this issue:
It looks like postinstall script from node-unicodetable is not running? If I manually run:
then I can run |
hmm does https://github.com/dodo/node-unicodetable/blob/master/package.json#L13 look right? maybe it should be |
Same here, as mentioned above, removing the slug and unicode modules manually and running npm install slug worked. |
While installing the |
That is the solution worked for me! (using node v4.2.2 and npm 3.5.3). Just say that the right paths to store the file can be found in the unicode repo (exactly in |
fyi, this problem occurs on debian too. the above steps get past this problem,but it gets hemmed up again at lib sass |
same here on windows 7, with NODE 6.2 |
If you are facing this issue and you are behind windows please follow below steps, i hope worked for you :
|
This issue has been resolved in Keystone itself for v4, which we are upgrading the generator to now. If anyone is still experiencing after this, please reopen the issue. |
I have created keystone project with default options by running
yo keystone
. Project is created without any errors. When I runnode kestone
, I get following error.I am using node - v0.12.7, npm -2.11.3
The text was updated successfully, but these errors were encountered: