Il 07/01/2018 15:59, Pirate Praveen ha scritto:
> ...
> ERROR in ./bin/src/help.md
> Module parse failed:
> /home/pravi/forge/debian/git/pkg-javascript/node-rollup/bin/src/help.md
> Unexpected token (1:7)
> You may need an appropriate loader to handle this file type.
> | rollup version __VERSION__
> | =====================================
> |
>  @ ./bin/src/index.js 2:0-29

it looks like you need a loader for md files (markdown)

this one comes up:
https://github.com/peerigon/markdown-loader

or just skip files of type markdown altogether:
https://github.com/cherrry/ignore-loader

Paolo


-- 
Pkg-javascript-devel mailing list
Pkg-javascript-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to