We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
> shortcode-tree@1.4.3 prepare /home/travis/build/roydejong/shortcode-tree > npm run build > shortcode-tree@1.4.3 build /home/travis/build/roydejong/shortcode-tree > babel src --presets babel-preset-es2015 --out-dir dist sh: 1: babel: not found
e.g.
https://travis-ci.org/roydejong/shortcode-tree/builds/308717594#L448
The text was updated successfully, but these errors were encountered:
This is related to the build script (prepare) being invoked on npm install for some reason.
prepare
npm install
Unfortunately, the build script does not actually work when publishing to npm, so something is completely wrong here.
Sorry, something went wrong.
NPM can be a bit stupid sometimes. Fixed now with: npm install --ignore-scripts
npm install --ignore-scripts
roydejong
No branches or pull requests
e.g.
https://travis-ci.org/roydejong/shortcode-tree/builds/308717594#L448
The text was updated successfully, but these errors were encountered: