mdittmer / mdn-confluence

2 stars 5 forks source link

Doesn't install on a Windows machine + Powershell #26

Open kumarharsh opened 6 years ago

kumarharsh commented 6 years ago

While installing this package as a dev-dependency of mdn-browser-compat-data, the following error is thrown:

mdn-browser-compat-data> npm install

> mdn-confluence@0.0.7 postinstall D:\Workspace\oss\mdn-browser-compat-data\node_modules\mdn-confluence
> mkdir -p data/browser-compat-data && npm run build

The syntax of the command is incorrect.
npm ERR! code ELIFECYCLE
npm ERR! errno 1
npm ERR! mdn-confluence@0.0.7 postinstall: `mkdir -p data/browser-compat-data && npm run build`
npm ERR! Exit status 1