octoparse icon indicating copy to clipboard operation
octoparse copied to clipboard

"Path not found" error

Open gilles6 opened this issue 5 years ago • 0 comments

I get "path not found" error but I'm sure the path is correct:

~/myproject/pages/index$ ls ../../node_modules/octoparse/lib/platform/wechat/index.wxml
../../node_modules/octoparse/lib/platform/wechat/index.wxml

How can I fix it ?

VM77397:5 ./pages/index/index.wxml
 Path `../../node_modules/octoparse/lib/platform/wechat/index.wxml` not found from `./pages/index/index.wxml`.
> 1 | <import src="../../node_modules/octoparse/lib/platform/wechat/index.wxml"/> 
    | ^
  2 | <view class="octoParse">
  3 |     <template is="octoParse" data="{{nodes:htmlData}}"/>
  4 | </view>

gilles6 avatar Apr 29 '19 10:04 gilles6