简体   繁体   中英

Wordpress roots theme installation ERROR

I'm using roots theme for wordpress but its to much hard to install. I'm installing all of its required tools such as: Nodejs, npm, grunt-cli and bower but no luck.

At the end in my theme folder using command npm install that providing this error.

在此处输入图片说明

Lots of searching regarding this but nothing found to fix this.

Also when i'm using command (grunt dev) in node command prompt given error generated. I think this error depends on previous error.

在此处输入图片说明

Anybody here to explain where i'm wrong to use this theme. Thanks in Advance.

try this:

  1. delete the "node_modules" folder from your theme folder
  2. on your command prompt run this code "npm install clean"

http://discourse.roots.io/t/roots-makes-its-debut-at-wordcamp-lax-2014/2042/2

I hope this helps. =)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM